Problem robobear
User PlayVoltz
Submission Time 2023-10-21 13:59:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

robobear.cpp: In function ‘int maze(int, int, char, int, int)’:
robobear.cpp:57:15: error: expected ‘;’ before ‘}’ token
57 | return minnum
| ^
| ;
58 | }
| ~