你好啊陌生人 • 1天前
using namespace std; int a,b,c; int main(){
cin>>a>>b>>c; int s=a+b,z=s+c; cout<<a+s+z; return 0;
}
评论:
请先登录,才能进行评论