Run id: 149373

Main.cc:7:6: error: expected unqualified-id before '[' token
 char [1000001];
      ^
Main.cc: In function 'int main()':
Main.cc:10:6: error: 'a' was not declared in this scope
 cin>>a;
      ^