/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In member function 'bool SPFA::main(int)':
/in/foo.cc:61:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i=0; i<G[Now].size(); i++) {
                 ~^~~~~~~~~~~~~~
/in/foo.cc:68:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       if(used[Next]==edges.size())return false;
          ~~~~~~~~~~^~~~~~~~~~~~~~
/in/foo.cc: In function 'void Astar()':
/in/foo.cc:110:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0; i<G[Now.u].size(); i++) {
                ~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 512.0 KiB
#2 Accepted 8ms 1.074 MiB
#3 Accepted 7ms 1.074 MiB
#4 Accepted 9ms 1.195 MiB
#5 Accepted 3ms 512.0 KiB
#6 Accepted 3ms 640.0 KiB
#7 Accepted 4ms 720.0 KiB
#8 Accepted 3ms 640.0 KiB
#9 Accepted 6ms 728.0 KiB
#10 Accepted 4ms 740.0 KiB

信息

递交者
类型
递交
题目
牛跑步
语言
C++
递交时间
2017-08-01 18:19:58
评测时间
2017-08-01 18:19:58
评测机
分数
100
总耗时
55ms
峰值内存
1.195 MiB