0_0_26663423_3166.cpp:71:17: error: stray '\241' in program
if (maze[i - 1][j - 1] == ¡® -¡®) ;
^
0_0_26663423_3166.cpp:71:17: error: stray '\256' in program
0_0_26663423_3166.cpp:71:17: error: stray '\241' in program
0_0_26663423_3166.cpp:71:17: error: stray '\256' in program
0_0_26663423_3166.cpp:72:17: error: stray '\241' in program
else if (maze[i - 1][j - 1] == ¡®P¡®) {
^
0_0_26663423_3166.cpp:72:17: error: stray '\256' in program
0_0_26663423_3166.cpp:72:17: error: stray '\241' in program
0_0_26663423_3166.cpp:72:17: error: stray '\256' in program
0_0_26663423_3166.cpp:102:1: error: unterminated comment
/*
^
0_0_26663423_3166.cpp: In function 'void add1(int, int)':
0_0_26663423_3166.cpp:27:1: error: expected ';' before '}' token
}
^
0_0_26663423_3166.cpp: In function 'void add2(int, int)':
0_0_26663423_3166.cpp:33:1: error: expected ';' before '}' token
}
^
0_0_26663423_3166.cpp: In function 'int main()':
0_0_26663423_3166.cpp:71:49: error: expected primary-expression before ')' token
if (maze[i - 1][j - 1] == ¡® -¡®) ;
^
0_0_26663423_3166.cpp:72:50: error: 'P' was not declared in this scope
else if (maze[i - 1][j - 1] == ¡®P¡®) {
^
|