Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #include <iostream>
  2. #include <cmath>
  3. using namespace std;
  4. int main(){
  5. int x1,y1,x2,y2;
  6. cout << "x1 y1";
  7. cin >> x1 >> y1;
  8. cout << "x2 y2";
  9. cin >> x2 >> y2;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement