记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:68:16: warning: iteration 5000 invokes undefined behavior [-Waggressive-loop-optimizations]
         head[i]=-1;
         ~~~~~~~^~~
/in/foo.cc:67:20: note: within this loop
     for (int i=1; i<=5001; i++) {
                   ~^~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 456.0 KiB
#2 Accepted 2ms 460.0 KiB
#3 Wrong Answer 2ms 504.0 KiB
#4 Wrong Answer 2ms 676.0 KiB
#5 Wrong Answer 3ms 880.0 KiB

信息

递交者
类型
递交
题目
5 城市中的最短路径
语言
C++
递交时间
2023-07-08 08:06:43
评测时间
2023-07-08 08:06:43
评测机
分数
40
总耗时
13ms
峰值内存
880.0 KiB