| Problem | flamethrower |
|---|---|
| User | huangchengcheng |
| Submission Time | 2026-02-28 11:35:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:6:17: error: ‘k’ was not declared in this scope
6 | cin >> N >> k;
| ^
flamethrower.cpp:14:29: error: ‘n’ was not declared in this scope
14 | for (int start=0;start< n-k+1;start++){
| ^