Problem fuel
User eliasxyz
Submission Time 2025-06-10 16:15:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fuel.cpp: In function ‘int main()’:
fuel.cpp:25:19: error: request for member ‘length’ in ‘A’, which is of non-class type ‘int [N]’
25 | if(stat <= A.length()-1){
| ^~~~~~