Wrong Answer
/in/foo.cc: In function 'void cdq(int, int)': /in/foo.cc:28:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(l==r) return;memset(c,0,sizeof(c)); ^~ /in/foo.cc:28:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if(l==r) return;memset(c,0,sizeof(c)); ^~~~~~ /in/foo.cc:29:11: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] int mid=l+r>>1,owo=0;cdq(l,mid);cdq(mid+1,r); ~^~
信息
- 递交者
- 类型
- 递交
- 题目
- #20 垃圾显示屏
- 语言
- C++
- 递交时间
- 2017-11-30 14:42:57
- 评测时间
- 2017-11-30 14:42:57
- 评测机
- 分数
- 10
- 总耗时
- 965ms
- 峰值内存
- 6.75 MiB