/ 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.492 MiB
#2 Accepted 5ms 2.746 MiB
#3 Accepted 7ms 4.234 MiB
#4 Accepted 18ms 8.504 MiB
#5 Accepted 37ms 16.238 MiB
#6 Accepted 77ms 31.914 MiB
#7 Wrong Answer Read 681260035, expect 1073731536. 95ms 39.125 MiB
#8 Wrong Answer Read -147958361, expect 1073735366. 103ms 42.258 MiB
#9 Wrong Answer Read 202837025, expect 1073740520. 158ms 63.875 MiB
#10 Wrong Answer Read 925784734, expect 1073716631. 157ms 63.871 MiB

信息

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