| Problem | swords |
|---|---|
| User | wahjsodhowasd |
| Submission Time | 2026-02-13 00:56:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
swords.cpp: In function ‘int main()’:
swords.cpp:24:10: error: expected ‘;’ before ‘}’ token
24 | Ans=x+y-1}
| ^
| ;
swords.cpp:25:15: error: expected ‘;’ before ‘}’ token
25 | else{Ans = x+y}
| ^
| ;
swords.cpp:28:1: error: ‘else’ without a previous ‘if’
28 | else {cout<<Ans;}
| ^~~~