/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void Dijkstra(int, int)':
/in/foo.cc:43:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < e[u].size(); i++){
                        ~~^~~~~~~~~~~~~
/in/foo.cc:57:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < path.size(); i++){
                    ~~^~~~~~~~~~~~~
/in/foo.cc:37:23: warning: variable 'd' set but not used [-Wunused-but-set-variable]
     Node t; int u, v, d, d2;
                       ^
# 状态 耗时 内存占用
#1 Accepted 35ms 2.438 MiB
#2 Accepted 84ms 5.473 MiB
#3 Accepted 3ms 348.0 KiB
#4 Accepted 82ms 5.418 MiB
#5 Accepted 5ms 476.0 KiB
#6 Accepted 73ms 4.883 MiB
#7 Accepted 4ms 460.0 KiB
#8 Accepted 12ms 1.008 MiB
#9 Accepted 5ms 516.0 KiB
#10 Accepted 66ms 4.52 MiB

信息

递交者
类型
递交
题目
P1635 城市连接
语言
C++
递交时间
2020-08-10 12:56:17
评测时间
2020-08-10 12:56:17
评测机
分数
100
总耗时
373ms
峰值内存
5.473 MiB