Problem binaryroads
User IWKR
Submission Time 2023-01-21 16:33:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binaryroads.cpp: In function ‘int32_t main()’:
binaryroads.cpp:47:7: error: ‘arr’ was not declared in this scope
47 | arr[z][y][i] = -1;
| ^~~
binaryroads.cpp:69:7: error: ‘arr’ was not declared in this scope
69 | arr[y][z][i] = -1;
| ^~~
binaryroads.cpp:98:7: error: ‘arr’ was not declared in this scope
98 | arr[z][y][i] = -1;
| ^~~
binaryroads.cpp:120:7: error: ‘arr’ was not declared in this scope
120 | arr[y][z][i] = -1;
| ^~~