/ XMU_ACM /

记录详情

Accepted

/in/foo.cc: In function 'void tarjan(int, int)':
/in/foo.cc:26:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < edge[x].size(); ++i) {
                  ~~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 2.59 MiB
#2 Accepted 3ms 2.582 MiB
#3 Accepted 2ms 2.59 MiB
#4 Accepted 2ms 2.582 MiB
#5 Accepted 2ms 2.465 MiB
#6 Accepted 2ms 2.582 MiB

信息

递交者
类型
自测
题目
P1069 连通
语言
C++
递交时间
2020-12-27 14:25:06
评测时间
2020-12-27 14:25:06
评测机
分数
60
总耗时
17ms
峰值内存
2.59 MiB