记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:9:20: error: 'n' was not declared in this scope
    9 |         {    while(n<=r&&n>=l)
      |                    ^
foo.cc:11:30: error: unable to find numeric literal operator 'operator""o'
   11 |                          a=n/1o;
      |                              ^~
foo.cc:11:30: note: use '-fext-numeric-literals' to enable more built-in suffixes
foo.cc:19:2: error: expected '}' at end of input
   19 | }
      |  ^
foo.cc:9:9: note: to match this '{'
    9 |         {    while(n<=r&&n>=l)
      |         ^
foo.cc:19:2: error: expected '}' at end of input
   19 | }
      |  ^
foo.cc:4:1: note: to match this '{'
    4 | {
      | ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1086 xf1-9统计各位数字之和为5的数
比赛
2022年迎新赛(第二场)
语言
C++
递交时间
2022-08-27 16:32:36
评测时间
2022-08-27 16:32:36
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes