Problem flamethrower
User yay
Submission Time 2025-02-15 10:31:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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