| Problem | flamethrower |
|---|---|
| User | ayeohkay |
| Submission Time | 2023-11-14 14:31:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
flamethrower.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:6:1: error: ‘cin’ was not declared in this scope
6 | cin >> n >> k;
| ^~~
flamethrower.cpp:21:1: error: ‘cout’ was not declared in this scope
21 | cout << maxcost;
| ^~~~