| Problem | fuel |
|---|---|
| User | AaravRastogi |
| Submission Time | 2025-12-15 14:10:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fuel.cpp: In function ‘int main()’:
fuel.cpp:19:13: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
19 | return;
| ^~~~~~
fuel.cpp:27:12: error: ‘current_pos’ was not declared in this scope
27 | while (current_pos < l) {
| ^~~~~~~~~~~
fuel.cpp:37:13: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
37 | return;
| ^~~~~~
fuel.cpp: At global scope:
fuel.cpp:48:5: error: expected unqualified-id before ‘return’
48 | return 0;
| ^~~~~~
fuel.cpp:49:1: error: expected declaration before ‘}’ token
49 | }
| ^