Wrong Answer
foo.cpp: In function 'int main()':
foo.cpp:14:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
if (c[n] = b[0])
^
foo.cpp:18:13: warning: 'sum' may be used uninitialized in this function [-Wmaybe-uninitialized]
std::cout<<sum<<std::endl;
^~~
信息
- 递交者
- 类型
- 自测
- 题目
- P1848 记数问题
- 语言
- C++
- 递交时间
- 2017-03-18 09:57:09
- 评测时间
- 2017-03-18 09:57:09
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 988.0 KiB