Problem | swords |
---|---|
User | tacticalnerd |
Submission Time | 2024-12-15 21:25:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swords.cpp: In function ‘int32_t main()’:
swords.cpp:30:14: error: expected primary-expression before ‘{’ token
30 | if (b != {0, 0}) {
| ^
swords.cpp:30:13: error: expected ‘)’ before ‘{’ token
30 | if (b != {0, 0}) {
| ~ ^~
| )