Problem 3nplus1II
User PlayVoltz
Submission Time 2023-03-09 15:30:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:14:10: error: expected ‘;’ before ‘break’
14 | n = -1
| ^
| ;
15 | break;
| ~~~~~