Problem flamethrower
User neogaoen2007
Submission Time 2023-12-06 15:57:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin >> N >> K;
| ^~~
flamethrower.cpp:19:2: error: ‘cout’ was not declared in this scope; did you mean ‘cost’?
19 | cout << highest;
| ^~~~
| cost