| Problem | swords |
|---|---|
| User | alettuce |
| Submission Time | 2026-01-26 20:26:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
swords.cpp: In function ‘int main()’:
swords.cpp:19:12: error: expected ‘;’ before ‘}’ token
19 | cond = 1
| ^
| ;
20 | } else {
| ~
swords.cpp:21:12: error: expected ‘;’ before ‘}’ token
21 | cond = 0
| ^
| ;
22 | }
| ~