提交时间:2023-05-27 16:31:59
运行 ID: 74573
#include<bits/stdc++.h> using namespace std; int main(){ int x,y,yee,t; double sb; cin>>x>>y>>t; yee=x*t; sb=1.0*yee/(y-x); cout<<(int)(sb*y)<<endl; return 0; }