Problem | flamethrower |
---|---|
User | kkai |
Submission Time | 2024-02-22 00:11:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:15:10: error: expected ‘;’ before ‘for’
15 | curr =0
| ^
| ;
16 | for (int j=i;j<t+i;j++){
| ~~~
flamethrower.cpp:16:16: error: ‘j’ was not declared in this scope
16 | for (int j=i;j<t+i;j++){
| ^