Memory Exceeded
/in/foo.cc: In function 'int count(int)':
/in/foo.cc:18:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for (int l=x;l;l>>=1)
^~~
/in/foo.cc:20:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
return s;
^~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:33:29: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
if(s=='H') field[i]|=1<<j-1;
~^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1424 炮兵阵地
- 语言
- C++
- 递交时间
- 2017-11-02 16:39:11
- 评测时间
- 2017-11-02 16:39:11
- 评测机
- 分数
- 0
- 总耗时
- ≥20641ms
- 峰值内存
- ≥256.0 MiB