Compile Error
/in/foo.cc: In function 'int findroot(int)': /in/foo.cc:13:11: error: 'f' was not declared in this scope { if (f[x]==x) return x; else { f[x]=find(f[x]); return f[x]; } ^
信息
- 递交者
- 类型
- 自测
- 题目
- P1008 A题:最小生成树
- 语言
- C++
- 递交时间
- 2020-11-02 00:29:28
- 评测时间
- 2020-11-02 00:29:28
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes