Problem pandaeyes
User Jasper123
Submission Time 2026-07-11 11:16:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pandaeyes.cpp: In function ‘int main()’:
pandaeyes.cpp:17:20: error: ‘j’ was not declared in this scope
17 | for (int i=0;i<j;i++) {
| ^
pandaeyes.cpp:21:13: error: ‘counter’ was not declared in this scope; did you mean ‘count’?
21 | counter+=1;
| ^~~~~~~
| count
pandaeyes.cpp:25:11: error: ‘counter’ was not declared in this scope; did you mean ‘count’?
25 | cout<<counter<<endl;
| ^~~~~~~
| count