Run id: 130640

Main.cc:1:9: error: #include expects "FILENAME" or 
 #include>
         ^
Main.cc: In function 'int main()':
Main.cc:5:2: error: 'cin' was not declared in this scope
  cin.getline(s1,1000001);
  ^
Main.cc:10:4: error: 'cout' was not declared in this scope
    cout<