Problem swords
User wahjsodhowasd
Submission Time 2026-02-13 00:24:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:17:7: error: expected primary-expression before ‘)’ token
17 | else (){
| ^
swords.cpp:18:9: error: expected ‘}’ at end of input
18 | cout<<1;}
| ^
swords.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^