Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:46:11: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses]
if(w==x==y==z)
~^~~
/in/foo.cc:46:14: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses]
if(w==x==y==z)
~~~~^~~
/in/foo.cc:35:6: warning: 'w' may be used uninitialized in this function [-Wmaybe-uninitialized]
w+=a[j];
~^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- Sequence Partition
- 比赛
- 2019.1.31测验
- 语言
- C++
- 递交时间
- 2019-01-31 16:45:22
- 评测时间
- 2019-01-31 16:45:22
- 评测机
- 分数
- 0
- 总耗时
- 180ms
- 峰值内存
- 372.0 KiB