/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void work()':
/in/foo.cc:54: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:65:16: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&k);
                ^
/in/foo.cc:67: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 22ms 30.625 MiB
#2 Accepted 26ms 30.75 MiB
#3 Accepted 21ms 30.625 MiB
#4 Accepted 21ms 30.727 MiB
#5 Accepted 25ms 30.734 MiB
#6 Accepted 18ms 30.625 MiB
#7 Accepted 19ms 30.625 MiB
#8 Accepted 19ms 30.75 MiB
#9 Accepted 307ms 32.227 MiB
#10 Accepted 13ms 30.75 MiB

信息

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