#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d,e,f; cin>>a>>b>>c; d=b+c; e=a+c; f=a+b; if(a>d) cout<<d<<endl; else cout<<a<<endl; if(b>e) cout<<e<<endl; else cout<<b<<endl; if(c>f) cout<<f<<endl; else cout<<c<<endl; return 0; }
使用您的 清北信奥登峰计划 通用账户