Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:8: error: unable to find numeric literal operator 'operator""\U0000ff1b'
    7 | return 0;
      |        ^~~
/in/foo.cc:7:8: note: use '-fext-numeric-literals' to enable more built-in suffixes
/in/foo.cc:7:11: error: expected ';' before '}' token
    7 | return 0;
      |           ^
      |           ;
    8 | }
      | ~          

信息

递交者
类型
递交
题目
P2303 1.2.4:填空:类型转换1
语言
C++
递交时间
2025-04-19 13:07:40
评测时间
2025-04-19 13:07:40
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes