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;} | ~^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1217 1218. 免费道路
- 语言
- C++
- 递交时间
- 2025-02-06 14:14:12
- 评测时间
- 2025-02-06 14:14:12
- 评测机
- 分数
- 100
- 总耗时
- 21ms
- 峰值内存
- 1012.0 KiB