foo.cc: In function 'int main()':
foo.cc:5:9: error: unable to find string literal operator 'operator""endl' with 'const char [2]', 'long unsigned int' arguments
5 | cout<<"A"endl;
| ^~~~~~~
foo.cc:6:9: error: unable to find string literal operator 'operator""endl' with 'const char [4]', 'long unsigned int' arguments
6 | cout<<"AAA"endl;
| ^~~~~~~~~
foo.cc:7:9: error: unable to find string literal operator 'operator""endl' with 'const char [6]', 'long unsigned int' arguments
7 | cout<<"AAAAA"endl;
| ^~~~~~~~~~~
foo.cc:8:9: error: unable to find string literal operator 'operator""endl' with 'const char [8]', 'long unsigned int' arguments
8 | cout<<"AAAAAAA"endl;
| ^~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务