Problem swords
User Ded
Submission Time 2024-02-15 21:35:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:22:18: error: expected ‘;’ before ‘return’
22 | cout << 1
| ^
| ;
23 | return 0;
| ~~~~~~