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