Problem | fuel |
---|---|
User | WJR |
Submission Time | 2025-05-17 13:37:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fuel.cpp: In function ‘int main()’:
fuel.cpp:23:17: error: ‘closest’ was not declared in this scope
23 | if (closest == -1) {
| ^~~~~~~
fuel.cpp:27:21: error: ‘closest’ was not declared in this scope
27 | route = closest;
| ^~~~~~~
fuel.cpp: At global scope:
fuel.cpp:33:5: error: ‘cout’ does not name a type
33 | cout << cnt;
| ^~~~
fuel.cpp:34:5: error: expected unqualified-id before ‘return’
34 | return 0;
| ^~~~~~
fuel.cpp:35:1: error: expected declaration before ‘}’ token
35 | }
| ^