Problem swords
User bob
Submission Time 2024-02-16 13:55:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:47:10: error: expected ‘;’ before ‘}’ token
47 | return 0
| ^
| ;
48 |
49 | }
| ~