Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:5:8: error: unable to find string literal operator 'operator""endl' with 'const char [34]', 'long unsigned int' arguments
  cout<<"ckwckwckwckwckwckwckwckwckwckwckw"endl;
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:6:8: error: unable to find string literal operator 'operator""endl' with 'const char [34]', 'long unsigned int' arguments
  cout<<"ckw                           ckw"endl;
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:7:8: error: unable to find string literal operator 'operator""endl' with 'const char [34]', 'long unsigned int' arguments
  cout<<"ckw  ccccc  k   k  w   w   w  ckw"endl;
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:8:8: error: unable to find string literal operator 'operator""endl' with 'const char [34]', 'long unsigned int' arguments
  cout<<"ckw  c      k k    w   w   w  ckw"endl;
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:9:8: error: unable to find string literal operator 'operator""endl' with 'const char [34]', 'long unsigned int' arguments
  cout<<"ckw  c      k      w w   w w  ckw"endl;
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:10:8: error: unable to find string literal operator 'operator""endl' with 'const char [34]', 'long unsigned int' arguments
  cout<<"ckw  c      k k    w w   w w  ckw"endl;
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:11:8: error: unable to find string literal operator 'operator""endl' with 'const char [34]', 'long unsigned int' arguments
  cout<<"ckw  ccccc  k   k  w       w  ckw"endl;
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:12:8: error: unable to find string literal operator 'operator""endl' with 'const char [34]', 'long unsigned int' arguments
  cout<<"ckw                           ckw"endl;
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:13:8: error: unable to find string literal operator 'operator""endl' with 'const char [34]', 'long unsigned int' arguments
  cout<<"ckwckwckwckwckwckwckwckwckwckwckw"endl;
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

信息

递交者
类型
递交
题目
P1196 华语鸽坛
语言
C++
递交时间
2024-07-10 22:18:07
评测时间
2024-07-10 22:18:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes