记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:7:33: error: unable to find numeric literal operator 'operator""\U0000ff1b'
    7 |                 int sum=0,a=0,b=0;
      |                                 ^~~
foo.cc:7:33: note: use '-fext-numeric-literals' to enable more built-in suffixes
foo.cc:9:22: error: 'x' was not declared in this scope
    9 |                 cin>>x;
      |                      ^
foo.cc:7:21: warning: unused variable 'sum' [-Wunused-variable]
    7 |                 int sum=0,a=0,b=0;
      |                     ^~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1232 B 约数(Easy)
比赛
2022暑期青少年社团(告别赛)
语言
C++
递交时间
2022-08-22 17:18:28
评测时间
2022-08-22 17:18:28
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes