0_0_38438832_27551.cpp: In function 'bool MAIN::check(int, int, int)':
0_0_38438832_27551.cpp:12:11: error: 'i' was not declared in this scope
if (vis[i][j][k]) {
^
0_0_38438832_27551.cpp:12:14: error: 'j' was not declared in this scope
if (vis[i][j][k]) {
^
0_0_38438832_27551.cpp:12:17: error: 'k' was not declared in this scope
if (vis[i][j][k]) {
^
0_0_38438832_27551.cpp:23:7: error: 'i' was not declared in this scope
vis[i][j][k] = vis[i][k][j] = true;
^
0_0_38438832_27551.cpp:23:10: error: 'j' was not declared in this scope
vis[i][j][k] = vis[i][k][j] = true;
^
0_0_38438832_27551.cpp:23:13: error: 'k' was not declared in this scope
vis[i][j][k] = vis[i][k][j] = true;
^
|