0_0_16978977_8559.cpp:6:1: error: stray '\243' in program
printf£¨¡°%.2f",sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));}
^
0_0_16978977_8559.cpp:6:1: error: stray '\250' in program
0_0_16978977_8559.cpp:6:1: error: stray '\241' in program
0_0_16978977_8559.cpp:6:1: error: stray '\260' in program
0_0_16978977_8559.cpp:6:1: error: missing terminating " character
0_0_16978977_8559.cpp: In function 'int main()':
0_0_16978977_8559.cpp:6:12: error: invalid operands of types 'int(const char*, ...)' and 'float' to binary 'operator%'
printf£¨¡°%.2f",sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));}
^
0_0_16978977_8559.cpp:7:10: error: expected '}' at end of input
return 0;}
^
|