:(

TVT  •  8个月前


include

using namespace std; int main(){

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

}


评论: