Run id: 156391

Main.cc: In function 'int main()':
Main.cc:6:14: error: 'j' was not declared in this scope
  for(int l=1;j<=k;j++){
              ^
Main.cc:6:10: warning: unused variable 'l' [-Wunused-variable]
  for(int l=1;j<=k;j++){
          ^