Run id: 151074

Main.cc: In function 'int main()':
Main.cc:15:9: error: expected ';' before string constant
   printf"%4d\n,a[i][j]";}}
         ^
Main.cc:15:24: warning: statement is a reference, not call, to function 'printf' [-Waddress]
   printf"%4d\n,a[i][j]";}}
                        ^
Main.cc:15:24: warning: statement has no effect [-Wunused-value]