运行 ID: 328981

Main.cc: In function ‘int main()’:
Main.cc:6:8: error: unable to find string literal operator ‘operator""endl’ with ‘const char [8]’, ‘long unsigned int’ arguments
  cout<<"I'm 10."endl;
        ^~~~~~~~~~~~~
Main.cc:7:8: error: unable to find string literal operator ‘operator""endl’ with ‘const char [8]’, ‘long unsigned int’ arguments
  cout<<"Me too."endl; 
        ^~~~~~~~~~~~~