Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:33: error: unable to find numeric literal operator 'operator""\U0000ff1b'
   19 |     int new_s = total_seconds % 60;
      |                                 ^~~~
/in/foo.cc:19:33: note: use '-fext-numeric-literals' to enable more built-in suffixes
/in/foo.cc:17:9: warning: unused variable 'new_h' [-Wunused-variable]
   17 |     int new_h = total_seconds / 3600;
      |         ^~~~~
/in/foo.cc:18:9: warning: unused variable 'new_m' [-Wunused-variable]
   18 |     int new_m = (total_seconds % 3600) / 60;
      |         ^~~~~
/in/foo.cc:19:9: warning: unused variable 'new_s' [-Wunused-variable]
   19 |     int new_s = total_seconds % 60;
      |         ^~~~~

信息

递交者
类型
递交
题目
P2771 休息时间1级1 2024.6
语言
C++
递交时间
2026-03-28 11:36:08
评测时间
2026-03-28 11:36:08
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes