Problem | pilot |
---|---|
User | hwy |
Submission Time | 2023-06-09 13:28:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pilot.cpp: In function ‘int main()’:
pilot.cpp:36:10: error: ‘i’ was not declared in this scope
36 | for (i = 1; i < (N+1); i++) {
| ^
pilot.cpp:41:10: error: ‘i’ was not declared in this scope
41 | for (i = 1; i < (Q+1); i++) {
| ^
pilot.cpp:61:10: error: ‘i’ was not declared in this scope
61 | for (i = 1; i < (Q+1); i++) {
| ^