/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:39:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ~~~~~^~~~~~~~~
foo.cc:41:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lld",&c[i]);
   ~~~~~^~~~~~~~~~~~~~
foo.cc:44:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&m);
  ~~~~~^~~~~~~~~
foo.cc:46:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&l,&r);
   ~~~~~^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 1.25 MiB
#2 Accepted 5ms 1.965 MiB
#3 Accepted 8ms 2.785 MiB
#4 Accepted 18ms 4.965 MiB
#5 Accepted 39ms 8.883 MiB
#6 Accepted 77ms 16.93 MiB
#7 Wrong Answer Read 681260035, expect 1073731536. 93ms 20.629 MiB
#8 Wrong Answer Read -147958361, expect 1073735366. 100ms 22.219 MiB
#9 Wrong Answer Read 202837025, expect 1073740520. 151ms 33.293 MiB
#10 Wrong Answer Read 925784734, expect 1073716631. 151ms 33.301 MiB

信息

递交者
类型
递交
题目
P1514 天才的记忆
语言
C++
递交时间
2021-07-11 13:06:13
评测时间
2021-07-11 13:06:13
评测机
分数
60
总耗时
651ms
峰值内存
33.301 MiB