foo.cc: In function 'int main()':
foo.cc:7:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
7 | if(a>b>c)
| ~^~
foo.cc:11:13: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
11 | else if (a>c>b)
| ~^~
foo.cc:15:12: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
15 | else if (b>a>c)
| ~^~
foo.cc:19:11: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
19 | else if(b>c>a)
| ~^~
foo.cc:23:12: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
23 | else if (c>b>a)
| ~^~
foo.cc:27:12: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
27 | else if (c>a>b)
| ~^~
foo.cc:31:8: warning: 'sum' may be used uninitialized in this function [-Wmaybe-uninitialized]
31 | cout<<sum;
| ^~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务