0_0_23162573_21720.cpp:129:1: error: stray '\247' in program
2??????§³????????????????????????????????????????¡ê?
^
0_0_23162573_21720.cpp:129:1: error: stray '\263' in program
0_0_23162573_21720.cpp:129:1: error: stray '\241' in program
0_0_23162573_21720.cpp:129:1: error: stray '\352' in program
0_0_23162573_21720.cpp:129:1: error: expected unqualified-id before numeric constant
0_0_23162573_21720.cpp: In function 'double max(double, double)':
0_0_23162573_21720.cpp:144:8: error: redefinition of 'double max(double, double)'
double max(double x,double y)
^
0_0_23162573_21720.cpp:29:8: note: 'double max(double, double)' previously defined here
double max(double x,double y)
^
0_0_23162573_21720.cpp: In function 'int main()':
0_0_23162573_21720.cpp:151:5: error: redefinition of 'int main()'
int main()
^
0_0_23162573_21720.cpp:98:5: note: 'int main()' previously defined here
int main()
^
0_0_23162573_21720.cpp:167:11: error: 'map' was not declared in this scope
memset(map,0,sizeof(map));
^
|