Problem | 3nplus1 |
---|---|
User | C0D3X |
Submission Time | 2024-01-26 15:31:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:9:9: error: break statement not within loop or switch
9 | break
| ^~~~~
3nplus1.cpp:9:14: error: expected ‘;’ before ‘}’ token
9 | break
| ^
| ;
10 | }
| ~