/ Vijos /

记录详情

System Error

/in/foo.cc: In function 'int BFS(int, int)':
/in/foo.cc:29:18: warning: array subscript has type 'char' [-Wchar-subscripts]
        if(x!=px[c])
                  ^
/in/foo.cc:30:18: warning: array subscript has type 'char' [-Wchar-subscripts]
            x=px[c],y=py[c];
                  ^
/in/foo.cc:30:26: warning: array subscript has type 'char' [-Wchar-subscripts]
            x=px[c],y=py[c];
                          ^
/in/foo.cc:32:18: warning: array subscript has type 'char' [-Wchar-subscripts]
            x=qx[c],y=qy[c];
                  ^
/in/foo.cc:32:26: warning: array subscript has type 'char' [-Wchar-subscripts]
            x=qx[c],y=qy[c];
                          ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:68:16: warning: array subscript has type 'char' [-Wchar-subscripts]
        if(px[ch]==0)
                ^
/in/foo.cc:69:17: warning: array subscript has type 'char' [-Wchar-subscripts]
            px[ch]=i,py[ch]=j;
                 ^
/in/foo.cc:69:26: warning: array subscript has type 'char' [-Wchar-subscripts]
            px[ch]=i,py[ch]=j;
                          ^
/in/foo.cc:71:17: warning: array subscript has type 'char' [-Wchar-subscripts]
            qx[ch]=i,qy[ch]=j;
                 ^
/in/foo.cc:71:26: warning: array subscript has type 'char' [-Wchar-subscripts]
            qx[ch]=i,qy[ch]=j;
                          ^
FileNotFoundError('input/17.in',)
# 状态 耗时 内存占用
#1 Accepted 2ms 556.0 KiB
#2 Accepted 2ms 936.0 KiB
#3 Accepted 1ms 412.0 KiB
#4 Accepted 1ms 488.0 KiB
#5 Accepted 1ms 376.0 KiB
#6 Accepted 9ms 960.0 KiB
#7 Accepted 1ms 336.0 KiB
#8 Accepted 8ms 952.0 KiB
#9 Accepted 4ms 608.0 KiB
#10 Wrong Answer 2ms 432.0 KiB
#11 Wrong Answer 2ms 400.0 KiB
#12 Wrong Answer 1ms 356.0 KiB
#13 Accepted 1ms 372.0 KiB
#14 Wrong Answer 2ms 444.0 KiB
#15 Accepted 1ms 360.0 KiB
#16 Accepted 1ms 416.0 KiB

信息

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