Accepted
/in/foo.cc: In member function 'void node::merge(long long int, long long int)': /in/foo.cc:24:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=b;i<cnt;i++)dat[i]=dat[i+1];dat[cnt]=0; ^~~ /in/foo.cc:24:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for(int i=b;i<cnt;i++)dat[i]=dat[i+1];dat[cnt]=0; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- 简单搜索题
- 语言
- C++
- 递交时间
- 2017-09-14 09:58:17
- 评测时间
- 2017-09-14 09:58:17
- 评测机
- 分数
- 100
- 总耗时
- 23591ms
- 峰值内存
- 161.066 MiB