Run id: 148965

Main.cc: In function 'int main()':
Main.cc:18:9: error: expected ';' before '}' token
         }
         ^
Main.cc:7:23: warning: unused variable 'max' [-Wunused-variable]
     int a[101]={},n,x,max=-1,max_i; 
                       ^
Main.cc:7:30: warning: unused variable 'max_i' [-Wunused-variable]
     int a[101]={},n,x,max=-1,max_i; 
                              ^