Accepted
/in/foo.cc: In function 'int find_kth_fa(int, int)': /in/foo.cc:37:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(k>d[x])return 0;if(k==0)return x; ^~ /in/foo.cc:37:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if(k>d[x])return 0;if(k==0)return x; ^~
信息
- 递交者
- 类型
- 自测
- 题目
- lxhgww的奇思妙想
- 语言
- C++
- 递交时间
- 2022-02-06 16:14:09
- 评测时间
- 2022-02-06 16:14:09
- 评测机
- 分数
- 10
- 总耗时
- 11ms
- 峰值内存
- 14.23 MiB