Run id: 155316

Main.cc: In function 'int main()':
Main.cc:8:18: error: 'n' was not declared in this scope
   for(int j=1;j<=n;j++){
                  ^
Main.cc:12:17: error: 'n' was not declared in this scope
  for(int j=1;j<=n;j++){
                 ^
Main.cc:15:27: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%5d",a[j][i]+d);
                           ^
Main.cc:18:25: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%5d",a[j][i]);
                         ^