Problem flamethrower
User huangchengcheng
Submission Time 2026-02-28 11:34:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:14:29: error: ‘n’ was not declared in this scope
14 | for (int start=0;start< n-k+1;start++){
| ^
flamethrower.cpp:14:31: error: ‘k’ was not declared in this scope
14 | for (int start=0;start< n-k+1;start++){
| ^