Wrong Answer
foo.cc: In function 'int main()': foo.cc:17:6: warning: left operand of comma operator has no effect [-Wunused-value] if(z==2,x==AA,c==BB){ ~^~~ foo.cc:17:11: warning: right operand of comma operator has no effect [-Wunused-value] if(z==2,x==AA,c==BB){ ~^~~~ foo.cc:17:2: warning: 'BB' is used uninitialized in this function [-Wuninitialized] if(z==2,x==AA,c==BB){ ^~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
- 类型
- 递交
- 题目
- 2-2 语言的起点
- 比赛
- 2020苏青奥赛集训营(2021-3-28课后作业)
- 语言
- C++
- 递交时间
- 2021-03-29 22:00:37
- 评测时间
- 2021-03-29 22:00:37
- 评测机
- 分数
- 0
- 总耗时
- 9ms
- 峰值内存
- 384.0 KiB