/ 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:75: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:76: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 4.879 MiB
#2 Accepted 3ms 3.84 MiB
#3 Accepted 4ms 4.305 MiB
#4 Accepted 3ms 4.844 MiB
#5 Accepted 4ms 4.094 MiB
#6 Accepted 4ms 4.832 MiB
#7 Accepted 3ms 4.793 MiB
#8 Accepted 4ms 4.957 MiB
#9 Accepted 5ms 4.422 MiB
#10 Accepted 5ms 4.961 MiB
#11 Accepted 9ms 4.738 MiB
#12 Accepted 16ms 5.836 MiB
#13 Accepted 26ms 5.898 MiB
#14 Accepted 35ms 6.613 MiB
#15 Accepted 45ms 6.785 MiB
#16 Accepted 58ms 8.918 MiB
#17 Accepted 66ms 7.98 MiB
#18 Accepted 83ms 8.613 MiB

信息

递交者
类型
递交
题目
P1769 网络的关键边
语言
C++
递交时间
2020-07-27 16:56:35
评测时间
2020-07-27 16:56:35
评测机
分数
100
总耗时
386ms
峰值内存
8.918 MiB