正版题解(保对)

刘真帅  •  9个月前


正版题解

include<bits/stdc++.h>

using namespace std; int main(){

double a,b,c,d;
cin>>a>>b>>c;
d=30-a-b-c;
cout<<d;

}


评论: