Problem | skips |
---|---|
User | gisellariddlemorozova834 |
Submission Time | 2025-06-17 09:01:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
skips.cpp: In function ‘int main()’:
skips.cpp:5:20: error: ‘n’ was not declared in this scope
5 | for(int i = 0; i < n; i += 2) {
| ^
skips.cpp:6:10: error: ‘arr’ was not declared in this scope
6 | fuel += arr[i];
| ^~~
skips.cpp:8:12: error: ‘d’ was not declared in this scope
8 | if(fuel - d < 0) {
| ^
skips.cpp:11:10: error: ‘d’ was not declared in this scope
11 | fuel -= d;
| ^
skips.cpp:15:17: error: ‘d’ was not declared in this scope
15 | block += fuel / d * 2;
| ^
skips.cpp:18:20: error: ‘n’ was not declared in this scope
18 | for(int i = 1; i < n; i += 2) {
| ^
skips.cpp:19:10: error: ‘arr’ was not declared in this scope
19 | fuel += arr[i];
| ^~~