Problem swords
User bob
Submission Time 2024-02-16 22:42:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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