Problem | swords |
---|---|
User | cokeaholic07 |
Submission Time | 2024-01-15 09:17:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swords.cpp: In function ‘int main()’:
swords.cpp:33:20: error: expected ‘;’ before ‘}’ token
33 | v[j].second=-1
| ^
| ;
34 | }
| ~