/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:16: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&T);
                ^
/in/foo.cc:19:27: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d%d",&n,&m,&l);
                           ^
/in/foo.cc:25:23: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d%d",&x,&y);
                       ^
/in/foo.cc:26:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d",&k);
                  ^
/in/foo.cc:28:26: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&aa,&bb);
                          ^
/in/foo.cc:58:44: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&qq[0][i][0],&qq[0][i][1]);
                                            ^
/in/foo.cc:60:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d",&k);
                  ^
/in/foo.cc:62:26: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&aa,&bb);
                          ^
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 384.0 KiB

信息

递交者
类型
自测
题目
P1879 小岛的贪吃蛇
语言
C++
递交时间
2017-03-30 16:43:24
评测时间
2017-03-30 16:43:24
评测机
分数
0
总耗时
3ms
峰值内存
384.0 KiB