这么简单你还来看

凌愉晴  •  1年前


include<bits/stdc++.h>

using namespace std; int main() {

double a,b,c;//你不会想着用int吧
cin>>a>>b>>c;
cout<<a+b+c;
return 0;

}


评论: