Problem | fuel |
---|---|
User | WJR |
Submission Time | 2025-05-17 13:38:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fuel.cpp:31:5: error: ‘cout’ does not name a type
31 | cout << cnt;
| ^~~~
fuel.cpp:32:5: error: expected unqualified-id before ‘return’
32 | return 0;
| ^~~~~~
fuel.cpp:33:1: error: expected declaration before ‘}’ token
33 | }
| ^