Runtime Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:45:55: warning: comparison of constant '0' with boolean expression is always false [-Wbool-compare]
if(line[head] * 2 > maxn || line[head] * 2 > maxn < 0)
~~~~~~~~~~~~~~~~~~~~~~^~~
/in/foo.cc:45:48: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
if(line[head] * 2 > maxn || line[head] * 2 > maxn < 0)
~~~~~~~~~~~~~~~^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- Moving Chess
- 语言
- C++
- 递交时间
- 2019-01-30 19:48:00
- 评测时间
- 2019-01-30 19:48:00
- 评测机
- 分数
- 0
- 总耗时
- 4ms
- 峰值内存
- 600.0 KiB