Problem 3nplus1II
User LYM2025
Submission Time 2025-08-22 17:34:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:15:8: error: expected ‘;’ before ‘}’ token
15 | c=-1
| ^
| ;
16 | }
| ~
3nplus1II.cpp:17:7: error: expected ‘;’ before ‘}’ token
17 | a-=1
| ^
| ;
18 | }
| ~