/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:30:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (i=0;i<g[1].size();i++) q.push(edge(g[1][i].to,g[1][i].val));
              ~^~~~~~~~~~~~
/in/foo.cc:37:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (i=0;i<g[pos].size();i++) q.push(edge(g[pos][i].to,g[pos][i].val));
                  ~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 19ms 768.0 KiB
#2 Accepted 3ms 364.0 KiB
#3 Accepted 3ms 352.0 KiB
#4 Accepted 3ms 352.0 KiB
#5 Accepted 3ms 344.0 KiB
#6 Accepted 8ms 500.0 KiB
#7 Accepted 9ms 600.0 KiB
#8 Accepted 11ms 592.0 KiB
#9 Accepted 12ms 732.0 KiB
#10 Accepted 17ms 752.0 KiB

信息

递交者
类型
递交
题目
P1190 繁忙的都市
语言
C++
递交时间
2017-10-22 20:57:25
评测时间
2017-10-22 20:57:25
评测机
分数
100
总耗时
94ms
峰值内存
768.0 KiB