/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:32:27: warning: array subscript is above array bounds [-Warray-bounds]
    cunchu11[cunchu11len][2]=l11;
    ~~~~~~~~~~~~~~~~~~~~~~~^
/in/foo.cc:40:27: warning: array subscript is above array bounds [-Warray-bounds]
    cunchu21[cunchu21len][2]=l21;
    ~~~~~~~~~~~~~~~~~~~~~~~^
/in/foo.cc:50:24: warning: array subscript is above array bounds [-Warray-bounds]
   cout << cunchu11[i][2] << endl;
                        ^
/in/foo.cc:58:24: warning: array subscript is above array bounds [-Warray-bounds]
   cout << cunchu21[i][2] << endl;
                        ^
# 状态 耗时 内存占用
#1 Accepted 1ms 376.0 KiB
#2 Wrong Answer 2ms 336.0 KiB
#3 Wrong Answer 2ms 324.0 KiB
#4 Wrong Answer 2ms 340.0 KiB
#5 Wrong Answer 3ms 376.0 KiB
#6 Runtime Error 2ms 432.0 KiB
#7 Runtime Error 7ms 444.0 KiB
#8 Accepted 1ms 332.0 KiB
#9 Accepted 1ms 324.0 KiB
#10 Accepted 1ms 336.0 KiB

信息

递交者
类型
递交
题目
P1217 乒乓球
语言
C++
递交时间
2024-12-09 13:32:43
评测时间
2024-12-09 13:32:43
评测机
分数
40
总耗时
27ms
峰值内存
444.0 KiB