Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:8:10: warning: right operand of comma operator has no effect [-Wunused-value] cin>>a,b; ^ /in/foo.cc:9:15: warning: 'b' is used uninitialized in this function [-Wuninitialized] cout << a+b << endl; ^
信息
- 递交者
- 类型
- 自测
- 题目
- P1000 A+B Problem
- 语言
- C++
- 递交时间
- 2017-06-28 11:58:52
- 评测时间
- 2017-06-28 11:58:52
- 评测机
- 分数
- 0
- 总耗时
- 1ms
- 峰值内存
- 332.0 KiB