0_0_34410421_14977.cpp:37:9: error: stray '\243' in program
scanf("%d", &n)£»
^
0_0_34410421_14977.cpp:37:9: error: stray '\273' in program
0_0_34410421_14977.cpp: In function 'int main()':
0_0_34410421_14977.cpp:39:13: error: expected ';' before 'double'
double min, max = 0;
^
0_0_34410421_14977.cpp:45:25: error: overloaded function with no contextual type information
min = P[i].x;
^
0_0_34410421_14977.cpp:46:25: error: overloaded function with no contextual type information
max = P[i].x;
^
0_0_34410421_14977.cpp:50:34: error: invalid operands of types 'double' and '<unresolved overloaded function type>' to binary 'operator<'
if (P[i].x < min) min = P[i].x;
^
0_0_34410421_14977.cpp:50:43: error: overloaded function with no contextual type information
if (P[i].x < min) min = P[i].x;
^
0_0_34410421_14977.cpp:51:39: error: invalid operands of types 'double' and '<unresolved overloaded function type>' to binary 'operator>'
else if (P[i].x > max) max = P[i].x;
^
0_0_34410421_14977.cpp:51:48: error: overloaded function with no contextual type information
else if (P[i].x > max) max = P[i].x;
^
|