Problem | swords |
---|---|
User | Student101 |
Submission Time | 2025-01-14 22:19:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swords.cpp: In function ‘int main()’:
swords.cpp:10:5: error: expected ‘,’ or ‘;’ before ‘for’
10 | for(int i=0;i<num;i++){
| ^~~
swords.cpp:10:17: error: ‘i’ was not declared in this scope
10 | for(int i=0;i<num;i++){
| ^