Problem | flamethrower |
---|---|
User | yuxiangt |
Submission Time | 2025-07-31 13:25:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:21:37: error: expected ‘)’ before ‘;’ token
21 | for (int i = K-1; int j=0; i < N; i++; j++) {
| ~ ^
| )
flamethrower.cpp:21:39: error: ‘i’ was not declared in this scope
21 | for (int i = K-1; int j=0; i < N; i++; j++) {
| ^
flamethrower.cpp:21:44: error: ‘j’ was not declared in this scope
21 | for (int i = K-1; int j=0; i < N; i++; j++) {
| ^