0_0_39569115_6266.cpp: In function 'int main()':
0_0_39569115_6266.cpp:63:13: error: 'intj' was not declared in this scope; did you mean 'int'?
63 | for(intj=1;j<=k;j++)
| ^~~~
| int
0_0_39569115_6266.cpp:63:20: error: 'j' was not declared in this scope
63 | for(intj=1;j<=k;j++)
| ^
|