Problem skips
User MrPuddleVon
Submission Time 2025-06-16 22:31:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

skips.cpp: In function ‘int main()’:
skips.cpp:20:32: error: expected ‘;’ before ‘maxReach’
20 | fuel = fuel + m[position] - D
| ^
| ;
21 | maxReach = maxReach + 1
| ~~~~~~~~