Problem swords
User G
Submission Time 2024-02-13 22:03:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:29:11: error: expected ‘;’ before ‘}’ token
29 | count++
| ^
| ;
30 | }
| ~