Runtime Error
/in/foo.cc: In function 'int find(int)': /in/foo.cc:32:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(ints[n]==n)return(n);return(ints[n]=find(ints[n])); ^~ /in/foo.cc:32:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if(ints[n]==n)return(n);return(ints[n]=find(ints[n])); ^~~~~~ /in/foo.cc: In function 'int get()': /in/foo.cc:16:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1466 电缆建设
- 语言
- C++
- 递交时间
- 2018-06-16 13:52:52
- 评测时间
- 2018-06-16 13:52:52
- 评测机
- 分数
- 40
- 总耗时
- 3068ms
- 峰值内存
- 136.25 MiB