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