Problem fuel
User Schzeey
Submission Time 2023-03-03 23:16:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fuel.cpp:1:1: error: expected unqualified-id before ‘<’ token
1 | <bits/stdc++.h>
| ^
fuel.cpp: In function ‘int main()’:
fuel.cpp:6:2: error: ‘cout’ was not declared in this scope
6 | cout << -1;
| ^~~~