0_0_31743735_3352.cpp:16:9: error: stray '\241' in program
if(s[i] == ¡®z¡®)
^
0_0_31743735_3352.cpp:16:9: error: stray '\256' in program
0_0_31743735_3352.cpp:16:9: error: stray '\241' in program
0_0_31743735_3352.cpp:16:9: error: stray '\256' in program
0_0_31743735_3352.cpp:17:13: error: stray '\241' in program
s[i] = ¡®a¡®;
^
0_0_31743735_3352.cpp:17:13: error: stray '\256' in program
0_0_31743735_3352.cpp:17:13: error: stray '\241' in program
0_0_31743735_3352.cpp:17:13: error: stray '\256' in program
0_0_31743735_3352.cpp:35:14: error: stray '\241' in program
if(ch == ¡®Q¡®)
^
0_0_31743735_3352.cpp:35:14: error: stray '\256' in program
0_0_31743735_3352.cpp:35:14: error: stray '\241' in program
0_0_31743735_3352.cpp:35:14: error: stray '\256' in program
0_0_31743735_3352.cpp:43:18: error: stray '\241' in program
if(ch == ¡®R¡®)
^
0_0_31743735_3352.cpp:43:18: error: stray '\256' in program
0_0_31743735_3352.cpp:43:18: error: stray '\241' in program
0_0_31743735_3352.cpp:43:18: error: stray '\256' in program
0_0_31743735_3352.cpp:52:18: error: stray '\241' in program
else if(ch == ¡®S¡®)
^
0_0_31743735_3352.cpp:52:18: error: stray '\256' in program
0_0_31743735_3352.cpp:52:18: error: stray '\241' in program
0_0_31743735_3352.cpp:52:18: error: stray '\256' in program
0_0_31743735_3352.cpp: In function 'void slove(char*, int, int)':
0_0_31743735_3352.cpp:16:22: error: 'z' was not declared in this scope
if(s[i] == ¡®z¡®)
^
0_0_31743735_3352.cpp: In function 'int main()':
0_0_31743735_3352.cpp:35:25: error: 'Q' was not declared in this scope
if(ch == ¡®Q¡®)
^
0_0_31743735_3352.cpp:43:29: error: 'R' was not declared in this scope
if(ch == ¡®R¡®)
^
0_0_31743735_3352.cpp:52:34: error: 'S' was not declared in this scope
else if(ch == ¡®S¡®)
^
|