Problem firstabc
User ATHY
Submission Time 2024-06-26 09:30:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

firstabc.cpp: In function ‘int main()’:
firstabc.cpp:18:14: error: expected ‘;’ before ‘}’ token
18 | counter+=1
| ^
| ;
19 | }
| ~