Problem flamethrower
User claireau
Submission Time 2023-11-15 11:55:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:5:2: error: ‘Int’ was not declared in this scope; did you mean ‘int’?
5 | Int N, windowsize;
| ^~~
| int
flamethrower.cpp:6:9: error: ‘N’ was not declared in this scope
6 | cin >> N;
| ^
flamethrower.cpp:7:5: error: expected ‘;’ before ‘K’
7 | Int K;
| ^~
| ;
flamethrower.cpp:8:9: error: ‘K’ was not declared in this scope
8 | cin >> K;
| ^
flamethrower.cpp:11:6: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
11 | cin>>n>>windowsize;
| ^
| yn
flamethrower.cpp:11:9: error: ‘windowsize’ was not declared in this scope
11 | cin>>n>>windowsize;
| ^~~~~~~~~~
flamethrower.cpp:13:8: error: ‘a’ was not declared in this scope
13 | cin>>a[i];
| ^
flamethrower.cpp:22:11