Problem dungeons2
User ThePwo
Submission Time 2024-12-25 12:50:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dungeons2.cpp: In function ‘int32_t main()’:
dungeons2.cpp:19:15: error: ‘z’ was not declared in this scope
19 | if (s[i] > z) continue;
| ^
dungeons2.cpp:24:11: error: ‘z’ was not declared in this scope
24 | int x = z; bool work = 1;
| ^