0_0_30849418_19803.c: In function 'main':
0_0_30849418_19803.c:6:4: error: stray '\241' in program
while(scanf(¡°%lf%lf%lf%lf¡±,&x1,&y1,&x2,&y2)!=EOF)
^
0_0_30849418_19803.c:6:4: error: stray '\260' in program
0_0_30849418_19803.c:6:18: error: expected expression before '%' token
while(scanf(¡°%lf%lf%lf%lf¡±,&x1,&y1,&x2,&y2)!=EOF)
^
0_0_30849418_19803.c:6:18: error: stray '\241' in program
0_0_30849418_19803.c:6:18: error: stray '\261' in program
0_0_30849418_19803.c:7:7: error: called object is not a function or function pointer
t=(x1-x2)(x1-x2)+(y1-y2)(y1-y2);
^
0_0_30849418_19803.c:7:22: error: called object is not a function or function pointer
t=(x1-x2)(x1-x2)+(y1-y2)(y1-y2);
^
0_0_30849418_19803.c:8:6: error: stray '\241' in program
printf(¡°%.2lf\n¡±,(t));
^
0_0_30849418_19803.c:8:6: error: stray '\260' in program
0_0_30849418_19803.c:8:15: error: expected expression before '%' token
printf(¡°%.2lf\n¡±,(t));
^
0_0_30849418_19803.c:8:16: error: invalid suffix "lf" on floating constant
printf(¡°%.2lf\n¡±,(t));
^
0_0_30849418_19803.c:8:15: error: stray '\' in program
printf(¡°%.2lf\n¡±,(t));
^
0_0_30849418_19803.c:8:15: error: stray '\241' in program
0_0_30849418_19803.c:8:15: error: stray '\261' in program
|