Problem | flamethrower |
---|---|
User | god |
Submission Time | 2025-06-19 16:24:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:16:2: error: expected ‘,’ or ‘;’ before ‘for’
16 | for(int i=0;i<(n-k);i++) {
| ^~~
flamethrower.cpp:16:14: error: ‘i’ was not declared in this scope
16 | for(int i=0;i<(n-k);i++) {
| ^
flamethrower.cpp:25:8: error: ‘sum’ was not declared in this scope
25 | cout<<sum;
| ^~~