Run id: 155319
Main.cc: In function 'int main()':
Main.cc:14:27: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
printf("%5d",a[j][i]+m);
^
Main.cc:15:5: error: expected '}' before 'else'
else printf("%5d",a[j][i]);
^
Main.cc:15:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
else printf("%5d",a[j][i]);
^
Main.cc: At global scope:
Main.cc:22:2: error: expected unqualified-id before 'return'
return 0;
^
Main.cc:23:1: error: expected declaration before '}' token
}
^