/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:9:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
  ~~~~~^~~~~~~~~~~~~~
foo.cc:12:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&a[i]),a[i]=(a[i]+10000)%10;
   ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 504.0 KiB
#2 Accepted 2ms 600.0 KiB
#3 Accepted 3ms 2.016 MiB
#4 Accepted 9ms 4.188 MiB
#5 Wrong Answer Read 0, expect 3. 5ms 4.148 MiB

信息

递交者
类型
递交
题目
P1218 数字游戏
语言
C++
递交时间
2021-08-16 15:17:58
评测时间
2021-08-16 15:17:58
评测机
分数
80
总耗时
22ms
峰值内存
4.188 MiB