Problem 3nplus1
User Hatrix
Submission Time 2026-04-02 08:19:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:18:3: error: break statement not within loop or switch
18 | break;
| ^~~~~
3nplus1.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
3nplus1.cpp:6:15: note: to match this ‘{’
6 | signed main() {
| ^