/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int dfs(int, int)':
/in/foo.cc:21:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i=0;i<outt[now].size();i++)
               ~^~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int work()':
/in/foo.cc:85:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::vector<int>::size_type {aka long unsigned int}' [-Wformat=]
  printf("%d\n",ans.size());
                          ^
/in/foo.cc:86:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i=0;i<ans.size();i++) printf("%d\n",ans[i]);
               ~^~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 3.945 MiB
#2 Accepted 4ms 4.844 MiB
#3 Accepted 4ms 4.598 MiB
#4 Accepted 4ms 4.551 MiB
#5 Accepted 4ms 4.559 MiB
#6 Accepted 4ms 4.797 MiB
#7 Accepted 4ms 3.723 MiB
#8 Accepted 4ms 4.961 MiB
#9 Accepted 5ms 3.762 MiB
#10 Accepted 6ms 3.887 MiB
#11 Accepted 9ms 4.59 MiB
#12 Accepted 19ms 5.363 MiB
#13 Accepted 27ms 5.688 MiB
#14 Accepted 37ms 6.684 MiB
#15 Accepted 49ms 6.441 MiB
#16 Accepted 66ms 8.703 MiB
#17 Accepted 72ms 7.793 MiB
#18 Accepted 90ms 8.414 MiB

信息

递交者
类型
递交
题目
P1769 网络的关键边
语言
C++
递交时间
2020-07-27 20:05:36
评测时间
2020-07-27 20:05:36
评测机
分数
100
总耗时
421ms
峰值内存
8.703 MiB