Problem flamethrower
User Sky
Submission Time 2025-06-26 00:54:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘for’
8 | for(int i = 0; i < N; i++){
| ^~~
flamethrower.cpp:8:17: error: ‘i’ was not declared in this scope
8 | for(int i = 0; i < N; i++){
| ^