Problem flamethrower
User StarSparrowFox
Submission Time 2024-02-18 20:52:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin >> N >> K;
| ^~~
flamethrower.cpp:20:5: error: ‘cout’ was not declared in this scope
20 | cout << max_sum;
| ^~~~