/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void dfs(int, int, int)':
/in/foo.cc:31:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i=0;i<g[u].size();++i) {
               ~^~~~~~~~~~~~
/in/foo.cc: In function 'void build_tree(int)':
/in/foo.cc:44:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i=0;i<g[u].size();++i) {
               ~^~~~~~~~~~~~
/in/foo.cc: In function 'void tarjan(int)':
/in/foo.cc:99:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i=0;i<g[u].size();++i) {
               ~^~~~~~~~~~~~
/in/foo.cc: In function 'int D(int, int, int)':
/in/foo.cc:76:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 4ms 440.0 KiB
#2 Accepted 3ms 440.0 KiB
#3 Accepted 2ms 456.0 KiB
#4 Accepted 2ms 568.0 KiB
#5 Accepted 3ms 2.555 MiB
#6 Accepted 2ms 696.0 KiB
#7 Accepted 55ms 4.43 MiB
#8 Accepted 97ms 3.305 MiB
#9 Accepted 5ms 4.695 MiB
#10 Accepted 3ms 440.0 KiB

信息

递交者
类型
递交
题目
P1362 树网的核
语言
C++
递交时间
2017-10-12 13:43:11
评测时间
2017-10-12 13:43:11
评测机
分数
100
总耗时
181ms
峰值内存
4.695 MiB