Problem 3nplus1II
User Yuzzll
Submission Time 2023-01-07 09:37:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:16:15: error: expected ‘;’ before ‘}’ token
16 | cout << "-1"
| ^
| ;
17 | }
| ~