Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include <cmath>
- using namespace std;
- double dist_or(double x, double y){
- return sqrt(pow(x,2)+pow(y,2));
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement