Accepted
/in/foo.cc: In function 'int merge(int, int)': /in/foo.cc:39:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(!x||!y)return x+y;int z=0; ^~ /in/foo.cc:39:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if(!x||!y)return x+y;int z=0; ^~~ /in/foo.cc: In function 'int main()': /in/foo.cc:98:6: warning: unused variable 'T' [-Wunused-variable] int T,n,m,i,x,y,k;char s[19]; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1835 维护数列
- 语言
- C++
- 递交时间
- 2017-08-25 19:27:57
- 评测时间
- 2017-08-25 19:27:57
- 评测机
- 分数
- 100
- 总耗时
- 12027ms
- 峰值内存
- 27.0 MiB