Problem swords
User Zera
Submission Time 2026-04-15 09:34:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:6:16: error: expected ‘;’ before ‘}’ token
6 | cout << '1'
| ^
| ;
7 | }
| ~