Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:7:12: warning: right operand of comma operator has no effect [-Wunused-value] cin>> a,b; ^ /in/foo.cc:8:36: warning: 'b' is used uninitialized in this function [-Wuninitialized] cout<<fixed<<setprecision(2)<<a+b/100; ~^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1019 压岁钱
- 语言
- C++
- 递交时间
- 2020-03-09 14:04:23
- 评测时间
- 2020-03-09 14:04:23
- 评测机
- 分数
- 0
- 总耗时
- 8ms
- 峰值内存
- 220.0 KiB