Wrong Answer
/in/foo.cc: In member function 'void node::merge(long long int, long long int)': /in/foo.cc:25: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:25: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-13 09:20:14
- 评测时间
- 2017-09-13 09:41:04
- 评测机
- 分数
- 36
- 总耗时
- 16393ms
- 峰值内存
- 162.191 MiB