Compile Error

foo.cc: In function 'int main()':
foo.cc:7:7: error: unable to find numeric literal operator 'operator""\U0000ff1b'
    7 | cout<<123;
      |       ^~~~~
foo.cc:7:7: note: use '-fext-numeric-literals' to enable more built-in suffixes
foo.cc:13:6: error: expected ';' before numeric constant
   13 | }cout 6 <<sum<<endl;
      |      ^~
      |      ;
foo.cc:13:2: warning: statement has no effect [-Wunused-value]
   13 | }cout 6 <<sum<<endl;
      |  ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1003 求一个整数的各位数字之和。
语言
C++
递交时间
2023-10-26 20:29:43
评测时间
2023-10-26 20:29:43
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes