记录详情

Runtime Error

/in/foo.cc: In function 'int tarjan(int, int)':
/in/foo.cc:36:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:70:33: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized]
    if((pd[e.y])&&(dis[e.y]>dis[k]+e.w)){
                            ~~~~~^
# 状态 耗时 内存占用
#1 Runtime Error 9ms 12.25 MiB
#2 Runtime Error 7ms 10.25 MiB
#3 Runtime Error 13ms 12.25 MiB
#4 Runtime Error 12ms 12.312 MiB
#5 Runtime Error 10ms 10.25 MiB
#6 Runtime Error 9ms 12.25 MiB
#7 Runtime Error 10ms 10.281 MiB
#8 Runtime Error 7ms 12.316 MiB
#9 Runtime Error 10ms 12.352 MiB
#10 Runtime Error 7ms 10.32 MiB

信息

递交者
类型
递交
题目
学校
题目数据
下载
语言
C++
递交时间
2017-09-02 16:19:03
评测时间
2017-09-02 16:19:03
评测机
分数
0
总耗时
99ms
峰值内存
12.352 MiB