0_0_33327153_5044.cpp:69:2: error: stray '\241' in program
2¡¢Ì°ÐÄ·¨
^
0_0_33327153_5044.cpp:69:2: error: stray '\242' in program
0_0_33327153_5044.cpp:69:2: error: stray '\314' in program
0_0_33327153_5044.cpp:69:2: error: stray '\260' in program
0_0_33327153_5044.cpp:69:2: error: stray '\320' in program
0_0_33327153_5044.cpp:69:2: error: stray '\304' in program
0_0_33327153_5044.cpp:69:2: error: stray '\267' in program
0_0_33327153_5044.cpp:69:2: error: stray '\250' in program
0_0_33327153_5044.cpp:69:2: error: expected unqualified-id before numeric constant
0_0_33327153_5044.cpp:74:5: error: redefinition of 'int n'
int n;
^
0_0_33327153_5044.cpp:6:5: note: 'int n' previously declared here
int n;
^
0_0_33327153_5044.cpp:75:14: error: redefinition of 'int mp [22][22]'
int mp[22][22];
^
0_0_33327153_5044.cpp:5:5: note: 'int mp [22][22]' previously declared here
int mp[22][22];
^
0_0_33327153_5044.cpp: In function 'void in()':
0_0_33327153_5044.cpp:77:6: error: redefinition of 'void in()'
void in()
^
0_0_33327153_5044.cpp:7:6: note: 'void in()' previously defined here
void in()
^
0_0_33327153_5044.cpp: In function 'int main()':
0_0_33327153_5044.cpp:108:5: error: redefinition of 'int main()'
int main()
^
0_0_33327153_5044.cpp:63:5: note: 'int main()' previously defined here
int main()
^
|