Problem fuel
User yc
Submission Time 2025-06-02 13:43:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fuel.cpp: In function ‘int main()’:
fuel.cpp:17:13: error: expected ‘;’ before ‘c’
17 | a = n[x-1]
| ^
| ;
18 | c=c+1;
| ~