/ Vijos /

记录详情

Accepted

foo.cc: In function 'void SPFA1()':
foo.cc:22:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i=0; i<E1[x].size(); i++) {
                      ~^~~~~~~~~~~~~
foo.cc: In function 'void SPFA2()':
foo.cc:47:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i=0; i<E2[x].size(); i++) {
                      ~^~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 7ms 6.18 MiB
#2 Accepted 7ms 6.148 MiB
#3 Accepted 9ms 6.234 MiB
#4 Accepted 49ms 9.016 MiB
#5 Accepted 73ms 10.648 MiB
#6 Accepted 7ms 6.203 MiB
#7 Accepted 12ms 6.473 MiB
#8 Accepted 33ms 8.109 MiB
#9 Accepted 99ms 11.383 MiB
#10 Accepted 98ms 11.375 MiB

信息

递交者
类型
递交
题目
P1754 最优贸易
语言
C++
递交时间
2021-04-17 21:36:55
评测时间
2021-04-17 21:36:55
评测机
分数
100
总耗时
398ms
峰值内存
11.383 MiB