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