Problem skips
User thatlycheeoolongdrink
Submission Time 2025-06-16 20:29:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

skips.cpp: In function ‘int main()’:
skips.cpp:7:11: error: ‘arr’ was not declared in this scope
7 | fuel += arr[i];
| ^~~
skips.cpp:8:13: error: ‘d’ was not declared in this scope
8 | if(fuel - d < 0) {
| ^
skips.cpp:11:11: error: ‘d’ was not declared in this scope
11 | fuel -= d;
| ^
skips.cpp:14:18: error: ‘d’ was not declared in this scope
14 | block += fuel / d * 2;
| ^
skips.cpp:18:11: error: ‘arr’ was not declared in this scope
18 | fuel += arr[i];
| ^~~