Run id: 117339

Main.cc: In function 'int main()':
Main.cc:17:14: error: expected ';' before numeric constant
        a[i]--0;
              ^
Main.cc:8:21: warning: unused variable 'max' [-Wunused-variable]
     int n,a[200001],max=1,i;
                     ^
Main.cc:24:1: error: expected '}' at end of input
 }
 ^