#include #include #include double vzd(double x,double y){ return sqrt(x*x+y*y); } int main(){ char c; while(1){ double x=0,y=0; double k=0; bool n=0,w=0,s=0,e=0; int pocet=0; cin>>c; if(c=='E') break; while(1){ if(c==',' || c=='.'){ // cout<>c; } printf("You can go to (%.3f,%.3f), the distance is %.3f steps.\n",x,y,vzd(x,y)); //cout<