Problem gecko
User WJR
Submission Time 2025-05-03 20:22:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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++){
| ^