/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void work()':
/in/foo.cc:78: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:88:16: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&k);
                ^
/in/foo.cc:90: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.234 MiB
#2 Accepted 7ms 1.125 MiB
#3 Accepted 4ms 1.125 MiB
#4 Accepted 4ms 1.25 MiB
#5 Accepted 2ms 1.23 MiB
#6 Runtime Error 2ms 1.25 MiB
#7 Runtime Error 3ms 1.242 MiB
#8 Runtime Error 4ms 1.082 MiB
#9 Runtime Error 3ms 1.094 MiB
#10 Wrong Answer 1ms 1.219 MiB

信息

递交者
类型
递交
题目
P1879 小岛的贪吃蛇
语言
C++
递交时间
2017-03-31 16:36:33
评测时间
2017-03-31 16:36:33
评测机
分数
50
总耗时
39ms
峰值内存
1.25 MiB