Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:9:12: warning: right operand of comma operator has no effect [-Wunused-value] cin>>a,b; ^ /in/foo.cc:12:13: warning: right operand of comma operator has no effect [-Wunused-value] cout<<A,B; ^ /in/foo.cc:8:13: warning: 'A' is used uninitialized in this function [-Wuninitialized] char a,b,A,B; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1010 小写字母转大写字母(参考p54页实例2)
- 语言
- C++
- 递交时间
- 2021-12-04 21:44:49
- 评测时间
- 2021-12-04 21:44:49
- 评测机
- 分数
- 0
- 总耗时
- 3ms
- 峰值内存
- 376.0 KiB