/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void work()':
/in/foo.cc:56:34: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lld%lld",&sx[i],&sy[i]);
                                  ^
/in/foo.cc:66:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%lld",&k);
                  ^
/in/foo.cc:68:26: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lld%lld",&x,&y);
                          ^
# 状态 耗时 内存占用
#1 Accepted 3ms 1.25 MiB
#2 Accepted 7ms 1.371 MiB
#3 Accepted 2ms 1.375 MiB
#4 Accepted 4ms 1.25 MiB
#5 Accepted 5ms 1.262 MiB
#6 Accepted 4ms 1.25 MiB
#7 Accepted 5ms 1.25 MiB
#8 Accepted 6ms 1.375 MiB
#9 Accepted 219ms 3.426 MiB
#10 Wrong Answer 3ms 1.371 MiB

信息

递交者
类型
递交
题目
P1879 小岛的贪吃蛇
语言
C++
递交时间
2017-03-31 17:17:10
评测时间
2017-03-31 17:17:10
评测机
分数
90
总耗时
263ms
峰值内存
3.426 MiB