/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void work()':
/in/foo.cc:53: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:64:16: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&k);
                ^
/in/foo.cc:66: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 25ms 30.75 MiB
#2 Accepted 24ms 30.75 MiB
#3 Accepted 23ms 30.734 MiB
#4 Accepted 27ms 30.75 MiB
#5 Accepted 19ms 30.625 MiB
#6 Accepted 18ms 30.723 MiB
#7 Accepted 19ms 30.625 MiB
#8 Accepted 18ms 30.625 MiB
#9 Accepted 260ms 32.238 MiB
#10 Wrong Answer 18ms 30.75 MiB

信息

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