Problem countalp
User hackerman123
Submission Time 2023-02-08 13:47:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

countalp.cpp: In function ‘int main()’:
countalp.cpp:14:10: error: expected ‘;’ before ‘}’ token
14 | return 0
| ^
| ;
15 | }
| ~