/ Vijos /

记录详情

Accepted

/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 328.0 KiB
#2 Accepted 1ms 440.0 KiB
#3 Accepted 1ms 376.0 KiB
#4 Accepted 2ms 336.0 KiB
#5 Accepted 3ms 464.0 KiB
#6 Accepted 20ms 460.0 KiB
#7 Accepted 11ms 376.0 KiB
#8 Accepted 1ms 332.0 KiB
#9 Accepted 1ms 332.0 KiB
#10 Accepted 1ms 444.0 KiB

信息

递交者
类型
递交
题目
P1217 乒乓球
语言
C++
递交时间
2024-12-09 21:18:07
评测时间
2024-12-09 21:18:07
评测机
分数
100
总耗时
48ms
峰值内存
464.0 KiB