记录详情

Accepted

/in/foo.cc: In instantiation of 'disjointSetUnion<LEN>::disjointSetUnion() [with long unsigned int LEN = 30000]':
/in/foo.cc:13:26:   required from here
/in/foo.cc:6:39: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
    6 |     disjointSetUnion(){for(int i = 0;i<LEN;i++)fa[i]=i,sz[i]=1;}
      |                                      ~^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 1004.0 KiB
#2 Accepted 2ms 1008.0 KiB
#3 Accepted 2ms 1004.0 KiB
#4 Accepted 2ms 1008.0 KiB
#5 Accepted 2ms 1008.0 KiB
#6 Accepted 2ms 1000.0 KiB
#7 Accepted 2ms 1004.0 KiB
#8 Accepted 2ms 968.0 KiB
#9 Accepted 2ms 1012.0 KiB
#10 Accepted 2ms 1004.0 KiB

信息

递交者
类型
递交
题目
P1217 1218. 免费道路
语言
C++
递交时间
2025-02-06 14:14:12
评测时间
2025-02-06 14:14:12
评测机
分数
100
总耗时
21ms
峰值内存
1012.0 KiB