正版题解(保对)

刘真帅  •  1年前


正版题解

include<bits/stdc++.h>

using namespace std; int main(){

double a,b,c;
cin>>a>>b>>c;
cout<<a+b+c;

}


评论: