/ DIO /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:43:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ~~~~~^~~~~~~~~
foo.cc:45:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lld",&c[i]);
   ~~~~~^~~~~~~~~~~~~~
foo.cc:48:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&m);
  ~~~~~^~~~~~~~~
foo.cc:50: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 2ms 1.449 MiB
#2 Accepted 4ms 2.715 MiB
#3 Accepted 7ms 4.293 MiB
#4 Accepted 16ms 8.5 MiB
#5 Accepted 38ms 16.238 MiB
#6 Accepted 75ms 31.91 MiB
#7 Wrong Answer Read 681260035, expect 1073731536. 95ms 39.121 MiB
#8 Wrong Answer Read -147958361, expect 1073735366. 102ms 42.258 MiB
#9 Wrong Answer Read 202837025, expect 1073740520. 151ms 63.867 MiB
#10 Wrong Answer Read 925784734, expect 1073716631. 162ms 63.863 MiB

信息

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