/ 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 16ms 15.375 MiB
#2 Accepted 17ms 15.539 MiB
#3 Accepted 15ms 15.375 MiB
#4 Accepted 8ms 15.375 MiB
#5 Accepted 17ms 15.488 MiB
#6 Accepted 10ms 15.375 MiB
#7 Wrong Answer 10ms 15.375 MiB
#8 Accepted 9ms 15.484 MiB
#9 Accepted 207ms 16.5 MiB
#10 Wrong Answer 9ms 15.48 MiB

信息

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