Problem | flamethrower |
---|---|
User | Maggie |
Submission Time | 2023-11-10 09:26:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:5:1: error: ‘cin’ was not declared in this scope
5 | cin >> n >> windowsize;
| ^~~
flamethrower.cpp:16:2: error: ‘cout’ was not declared in this scope
16 | cout << max;
| ^~~~