Main.cc: In function 'int main()': Main.cc:6:22: error: variable-sized object 'b' may not be initialized int a[n],b[n+1]={},mx=-1,s; ^