Problem fuel
User eliasxyz
Submission Time 2025-06-10 16:15:36
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 ‘size’ in ‘A’, which is of non-class type ‘int [N]’
25 | if(stat <= A.size()-1){
| ^~~~