Problem guardingtreasure
User JhoCyber
Submission Time 2025-08-13 16:31:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guardingtreasure.cpp: In function ‘int32_t main()’:
guardingtreasure.cpp:27:5: error: break statement not within loop or switch
27 | break;
| ^~~~~
guardingtreasure.cpp:32:5: error: break statement not within loop or switch
32 | break;
| ^~~~~