/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void work()':
/in/foo.cc:56:30: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&sx[i],&sy[i]);
                              ^
/in/foo.cc:67:16: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&k);
                ^
/in/foo.cc:69:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&x,&y);
                      ^
# 状态 耗时 内存占用
#1 Accepted 5ms 2.227 MiB
#2 Accepted 8ms 2.125 MiB
#3 Accepted 2ms 2.25 MiB
#4 Accepted 4ms 2.125 MiB
#5 Accepted 4ms 2.25 MiB
#6 Accepted 3ms 2.125 MiB
#7 Wrong Answer 8ms 2.125 MiB
#8 Accepted 6ms 2.207 MiB
#9 Accepted 167ms 3.133 MiB
#10 Wrong Answer 2ms 2.25 MiB

信息

递交者
类型
递交
题目
P1879 小岛的贪吃蛇
语言
C++
递交时间
2017-03-31 18:43:07
评测时间
2017-03-31 18:43:07
评测机
分数
80
总耗时
213ms
峰值内存
3.133 MiB