Problem 3nplus1
User PerihelionfromAphelion
Submission Time 2026-02-14 09:52:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:13:4: error: break statement not within loop or switch
13 | break;
| ^~~~~
3nplus1.cpp:21:4: error: break statement not within loop or switch
21 | break;
| ^~~~~