/ Vijos /

记录详情

System Error

/in/foo.cc: In function 'int BFS(int, int)':
/in/foo.cc:28:18: warning: array subscript has type 'char' [-Wchar-subscripts]
        if(x==px[c] && y==py[c])
                  ^
/in/foo.cc:28:30: warning: array subscript has type 'char' [-Wchar-subscripts]
        if(x==px[c] && y==py[c])
                              ^
/in/foo.cc:29:18: warning: array subscript has type 'char' [-Wchar-subscripts]
            x=qx[c],y=qy[c];
                  ^
/in/foo.cc:29:26: warning: array subscript has type 'char' [-Wchar-subscripts]
            x=qx[c],y=qy[c];
                          ^
/in/foo.cc:31:18: warning: array subscript has type 'char' [-Wchar-subscripts]
            x=px[c],y=py[c];
                  ^
/in/foo.cc:31:26: warning: array subscript has type 'char' [-Wchar-subscripts]
            x=px[c],y=py[c];
                          ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:60:16: warning: array subscript has type 'char' [-Wchar-subscripts]
        if(px[ch]==0)
                ^
/in/foo.cc:61:17: warning: array subscript has type 'char' [-Wchar-subscripts]
            px[ch]=i,py[ch]=j;
                 ^
/in/foo.cc:61:26: warning: array subscript has type 'char' [-Wchar-subscripts]
            px[ch]=i,py[ch]=j;
                          ^
/in/foo.cc:63:17: warning: array subscript has type 'char' [-Wchar-subscripts]
            qx[ch]=i,qy[ch]=j;
                 ^
/in/foo.cc:63:26: warning: array subscript has type 'char' [-Wchar-subscripts]
            qx[ch]=i,qy[ch]=j;
                          ^
FileNotFoundError('input/17.in',)
# 状态 耗时 内存占用
#1 Accepted 2ms 608.0 KiB
#2 Accepted 2ms 852.0 KiB
#3 Accepted 2ms 416.0 KiB
#4 Accepted 1ms 420.0 KiB
#5 Accepted 1ms 376.0 KiB
#6 Accepted 9ms 964.0 KiB
#7 Accepted 1ms 440.0 KiB
#8 Accepted 9ms 944.0 KiB
#9 Accepted 3ms 580.0 KiB
#10 Accepted 2ms 412.0 KiB
#11 Accepted 1ms 428.0 KiB
#12 Accepted 1ms 368.0 KiB
#13 Accepted 1ms 448.0 KiB
#14 Accepted 2ms 432.0 KiB
#15 Accepted 1ms 380.0 KiB
#16 Accepted 1ms 340.0 KiB

信息

递交者
类型
递交
题目
P2468 玉米田迷宫
语言
C++
递交时间
2025-05-02 17:46:17
评测时间
2025-05-02 17:46:17
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes