666for循环(村里人)2024-04-06 11:26:19发布于:四川26阅读0回复0点赞#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; if(a>b && a>c){ cout<<a; } else if(b>a && b>c){ cout<<b; } else{ cout<<c; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个