Accepted
foo.cc: In function ‘int main()’: foo.cc:7:16: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] 7 | if(a>b && a<c || a>c && a<b)cout<<a<<' '; | ~~~~^~~~~~ foo.cc:8:21: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] 8 | else if(b>a && b<c || b>c && b<a)cout<<b<<' '; | ~~~~^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1057 A1-2 分支结构练习:三数的特征值
- 语言
- C++
- 递交时间
- 2024-07-16 13:29:53
- 评测时间
- 2024-07-16 13:29:53
- 评测机
- 分数
- 100
- 总耗时
- 15ms
- 峰值内存
- 536.0 KiB