Main.cc: In function 'int main()':
Main.cc:7:17: error: unable to find string literal operator 'operator""endl' with 'const char [2]', 'long unsigned int' arguments
cout<<"A"endl;
^
Main.cc:19:11: error: unable to find string literal operator 'operator""endl' with 'const char [2]', 'long unsigned int' arguments
cout<<"E"endl;
^