Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:24:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 1; i < v.size(); ++i) ~~^~~~~~~~~~ /in/foo.cc:28:18: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses] if (int(v[i]) == v[i] ^ int(v[i - 1]) == v[i - 1]) /in/foo.cc:35:13: warning: 'j' may be used uninitialized in this function [-Wmaybe-uninitialized] if (int(v[j]) == v[j]) ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1237 隐形的翅膀
- 语言
- C++
- 递交时间
- 2018-03-18 20:28:43
- 评测时间
- 2018-03-18 20:28:43
- 评测机
- 分数
- 20
- 总耗时
- 269ms
- 峰值内存
- 1.141 MiB