Main.cc: In function 'int main()': Main.cc:18:22: error: expected initializer before '+=' token int s+=a[i][j]; ^ Main.cc:24:19: error: 's' was not declared in this scope cout<s<<' '; ^