Main.cc: In function 'int main()':
Main.cc:7:11: error: unable to find string literal operator 'operator""endl' with 'const char [4]', 'long unsigned int' arguments
cout<<"%%%"endl;
^
Main.cc:8:11: error: unable to find string literal operator 'operator""endl' with 'const char [5]', 'long unsigned int' arguments
cout<<"%%%%"endl;
^