Problem 3nplus1II
User TONat1298
Submission Time 2025-08-22 17:45:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:17:11: error: expected ‘;’ before ‘}’ token
17 | cout << a
| ^
| ;
18 | }
| ~