Accepted
foo.cc: In function 'int find_pre(int)': foo.cc:8:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(pre[x] == x) ^~ foo.cc:10:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return pre[x] = find_pre(pre[x]); ^~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
- 类型
- 递交
- 题目
- P1036 家族
- 语言
- C++
- 递交时间
- 2021-04-29 20:44:36
- 评测时间
- 2021-04-29 20:44:36
- 评测机
- 分数
- 100
- 总耗时
- 56ms
- 峰值内存
- 548.0 KiB