Problem 3nplus1II
User leafeon
Submission Time 2025-05-27 17:52:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:12:24: error: expected ‘;’ before ‘}’ token
12 | if (a == 1){cout << -1}
| ^
| ;