/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:37:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ~~~~~^~~~~~~~~
foo.cc:39:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&c[i]);
   ~~~~~^~~~~~~~~~~~
foo.cc:42:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&m);
  ~~~~~^~~~~~~~~
foo.cc:44: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 792.0 KiB
#2 Accepted 3ms 1.223 MiB
#3 Accepted 5ms 1.594 MiB
#4 Accepted 10ms 3.004 MiB
#5 Accepted 23ms 5.254 MiB
#6 Accepted 41ms 9.793 MiB
#7 Wrong Answer Read 681260035, expect 1073731536. 50ms 11.875 MiB
#8 Wrong Answer Read -147958361, expect 1073735366. 55ms 12.758 MiB
#9 Wrong Answer Read 202837025, expect 1073740520. 82ms 18.98 MiB
#10 Wrong Answer Read 925784734, expect 1073716631. 82ms 18.977 MiB

信息

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