提交时间:2021-05-15 19:19:07
运行 ID: 19454
#iclude<bits/stdc++.h> using namespace std; int main(){ int x,y,t; cin>>x>>y>>t; cout<<x*y*t/(y-x); return 0; }