代码拉取完成,页面将自动刷新
同步操作将从 GodOuO/Code_C++ 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#include<iostream>
using namespace std;
int main(){
int a=0,b=0,c=0;
cout<<"Please input the weight of pigA:"<<endl;
cin>>a;
cout<<"Please input the weight of pigB:"<<endl;
cin>>b;
cout<<"Please input the weight of pigC:"<<endl;
cin>>c;
if(a<=0||b<=0||c<=0)
cout<<"ERROR!"<<endl;
else if((a>b&&c>a)||(b>a&&c>b))
cout<<"pigC is the heaviest!"<<endl;
else if((a>c&&b>a)||(c>a&&b>c))
cout<<"pigB is the heaviest!"<<endl;
else if((b>c&&a>b)||(c>b&&a>c))
cout<<"pigA is the heaviest!"<<endl;
else if(a==b&&a>c)
cout<<"pigA and pigB are the heaviest!"<<endl;
else if(a==b&&a<c)
cout<<"pigC is the heaviest!"<<endl;
else if(b==c&&b>a)
cout<<"pigB and pigC are the heaviest!"<<endl;
else if(b==c&&b<a)
cout<<"pigA is the heaviest!"<<endl;
else if(a==c&&a>b)
cout<<"pigA and pigC are the heaviest!"<<endl;
else if(a==c&&b>a)
cout<<"pigB is the heaviest!"<<endl;
else if(a==b&&b==c&&a==c)
cout<<"They have the same weight!"<<endl;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。