/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void bfs(int)':
/in/foo.cc:22:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0;i<an[now].size();++i)
               ~^~~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:44:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int j=0;j<cn[i].size();++j)
              ~^~~~~~~~~~~~~
/in/foo.cc:44:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int j=0;j<cn[i].size();++j)
  ^~~
/in/foo.cc:50:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   bfs(t);
   ^~~
# 状态 耗时 内存占用
#1 Accepted 5ms 768.0 KiB
#2 Accepted 5ms 768.0 KiB
#3 Accepted 5ms 852.0 KiB
#4 Accepted 5ms 768.0 KiB
#5 Accepted 7ms 896.0 KiB
#6 Accepted 7ms 768.0 KiB
#7 Accepted 16ms 896.0 KiB
#8 Accepted 63ms 1.613 MiB
#9 Accepted 22ms 1.375 MiB
#10 Accepted 175ms 3.734 MiB

信息

递交者
类型
递交
题目
P1909 寻找道路
语言
C++
递交时间
2017-11-09 11:30:49
评测时间
2017-11-09 11:30:49
评测机
分数
100
总耗时
313ms
峰值内存
3.734 MiB