/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'void rd(T&)':
foo.cc:16:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   16 |   for(x=numb;isdigit(ch=getchar());x=x*10+numb);(fl==true)&&(x=-x);}
      |   ^~~
foo.cc:16:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   16 |   for(x=numb;isdigit(ch=getchar());x=x*10+numb);(fl==true)&&(x=-x);}
      |                                                 ^
foo.cc: In function 'void Miracle::dfs(int, int)':
foo.cc:44:13: warning: unused variable 'up' [-Wunused-variable]
   44 |         int up=a[has]*n;
      |             ^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 384.0 KiB
#2 Accepted 7ms 384.0 KiB
#3 Accepted 3ms 384.0 KiB
#4 Accepted 32ms 384.0 KiB
#5 Accepted 2ms 384.0 KiB
#6 Accepted 8ms 384.0 KiB
#7 Wrong Answer Read 2, expect 3. 12ms 384.0 KiB
#8 Accepted 636ms 384.0 KiB
#9 Accepted 2ms 384.0 KiB
#10 Accepted 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1179 邮票面值设计
语言
C++
递交时间
2022-06-05 15:35:04
评测时间
2022-06-05 15:35:04
评测机
分数
90
总耗时
711ms
峰值内存
384.0 KiB