Run id: 132088

Main.cc: In function 'int main()':
Main.cc:8:35: warning: variable 'x' set but not used [-Wunused-but-set-variable]
     int n,a[101][101],s1=0,s2=0,j,x=0;
                                   ^
Main.cc:39:1: error: expected '}' at end of input
 }
 ^