Run id: 128079

Main.cc:2:2: error: 'cin' does not name a type
  cin>>a;
  ^
Main.cc:3:9: error: array bound is not an integer constant before ']' token
  int b[a],d=0,e=10000;
         ^
Main.cc:4:2: error: expected unqualified-id before 'for'
  for(int i=0;i