Run id: 154471

Main.cc: In function 'int main()':
Main.cc:14:11: error: expected ';' before '<=' token
  for(int i<=i;i++){
           ^
Main.cc:14:11: error: expected primary-expression before '<=' token
Main.cc:17:5: error: 'sum' was not declared in this scope
     sum+=a[i][j];
     ^
Main.cc:21:8: error: 'sum' was not declared in this scope
  cout<