Problem | flamethrower |
---|---|
User | KingH |
Submission Time | 2025-08-18 17:24:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:5:2: error: expected initializer before ‘cin’
5 | cin >> N >> K;
| ^~~
flamethrower.cpp:13:25: error: ‘K’ was not declared in this scope
13 | for (int i = 0; i < K; i++)
| ^
flamethrower.cpp:16:18: error: ‘K’ was not declared in this scope
16 | for (int i = K; i < N; i++) {
| ^