/ 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:66:16: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&k);
                ^
/in/foo.cc:68: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 4ms 1.25 MiB
#2 Accepted 3ms 1.25 MiB
#3 Accepted 5ms 1.223 MiB
#4 Accepted 4ms 1.375 MiB
#5 Accepted 7ms 1.262 MiB
#6 Accepted 9ms 1.355 MiB
#7 Accepted 7ms 1.34 MiB
#8 Accepted 2ms 1.355 MiB
#9 Accepted 227ms 2.5 MiB
#10 Wrong Answer 2ms 1.375 MiB

信息

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