Problem | skips |
---|---|
User | Myunz |
Submission Time | 2025-06-17 14:20:32 |
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:10: error: ‘arr’ was not declared in this scope
8 | fuel += arr[i];
| ^~~
skips.cpp:10:13: error: ‘d’ was not declared in this scope
10 | if(fuel - d < 0) {
| ^
skips.cpp:13:10: error: ‘d’ was not declared in this scope
13 | fuel -= d;
| ^
skips.cpp:17:18: error: ‘d’ was not declared in this scope
17 | block += fuel / d * 2;
| ^
skips.cpp:20:21: error: ‘n’ was not declared in this scope
20 | for(int i = 1; i < n; i += 2) {
| ^
skips.cpp:21:11: error: ‘arr’ was not declared in this scope
21 | fuel += arr[i];
| ^~~