/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'long long int vv2(long long int, long long int)':
/in/foo.cc:34:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'void vv1(long long int, long long int)':
/in/foo.cc:24:33: warning: array subscript is below array bounds [-Warray-bounds]
  if(xx<0 && yy>=0) vist[1][0][xx][yy]=1;
                    ~~~~~~~~~~~~~^
/in/foo.cc:25:37: warning: array subscript is below array bounds [-Warray-bounds]
  if(xx>=0 && yy<0) vist[0][1][xx][yy]=1;
                    ~~~~~~~~~~~~~~~~~^
/in/foo.cc:26:36: warning: array subscript is below array bounds [-Warray-bounds]
  if(xx<0 && yy<0) vist[1][1][xx][yy]=1;
                   ~~~~~~~~~~~~~~~~~^
/in/foo.cc:26:32: warning: array subscript is below array bounds [-Warray-bounds]
  if(xx<0 && yy<0) vist[1][1][xx][yy]=1;
                   ~~~~~~~~~~~~~^
/in/foo.cc: In function 'long long int vv2(long long int, long long int)':
/in/foo.cc:31:40: warning: array subscript is below array bounds [-Warray-bounds]
  if(xx<0 && yy>=0) return vist[1][0][xx][yy];
                           ~~~~~~~~~~~~~^
/in/foo.cc:32:44: warning: array subscript is below array bounds [-Warray-bounds]
  if(xx>=0 && yy<0) return vist[0][1][xx][yy];
                           ~~~~~~~~~~~~~~~~~^
/in/foo.cc:33:43: warning: array subscript is below array bounds [-Warray-bounds]
  if(xx<0 && yy<0) return vist[1][1][xx][yy];
                          ~~~~~~~~~~~~~~~~~^
/in/foo.cc:33:39: warning: array subscript is below array bounds [-Warray-bounds]
  if(xx<0 && yy<0) return vist[1][1][xx][yy];
                          ~~~~~~~~~~~~~^
# 状态 耗时 内存占用
#1 Wrong Answer 5ms 2.371 MiB
#2 Wrong Answer 6ms 2.352 MiB
#3 Wrong Answer 5ms 2.25 MiB
#4 Wrong Answer 4ms 2.25 MiB
#5 Wrong Answer 5ms 6.375 MiB
#6 Wrong Answer 5ms 4.25 MiB
#7 Wrong Answer 6ms 2.352 MiB
#8 Wrong Answer 5ms 2.367 MiB
#9 Wrong Answer 4ms 2.336 MiB
#10 Wrong Answer 5ms 6.371 MiB

信息

递交者
类型
递交
题目
P1366 冰原探险
语言
C++
递交时间
2018-01-27 14:45:19
评测时间
2018-01-27 14:45:19
评测机
分数
0
总耗时
55ms
峰值内存
6.375 MiB