Problem | gecko |
---|---|
User | WJR |
Submission Time | 2025-05-03 20:21:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gecko.cpp: In function ‘int main()’:
gecko.cpp:28:7: error: ‘intj’ was not declared in this scope; did you mean ‘int’?
28 | for (intj = 0; j < w; j++){
| ^~~~
| int
gecko.cpp:28:17: error: ‘j’ was not declared in this scope
28 | for (intj = 0; j < w; j++){
| ^