Problem flamethrower
User Maggie
Submission Time 2023-11-10 09:24:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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;
| ^~~~
flamethrower.cpp:17:9: error: expected ‘;’ before ‘}’ token
17 | return 0
| ^
| ;
18 | }
| ~