Problem cave
User tomo31415
Submission Time 2026-03-07 16:37:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cave.cpp: In function ‘void exploreCave(int)’:
cave.cpp:15:20: error: array must be initialized with a brace-enclosed initializer
15 | int s[i] = 1;
| ^