Problem 3nplus1II
User ZRDI
Submission Time 2023-03-24 13:34:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int32_t main()’:
3nplus1II.cpp:18:14: error: expected ‘;’ before ‘break’
18 | cout << -1
| ^
| ;
19 | break;
| ~~~~~