提交时间:2021-05-14 20:26:13
运行 ID: 19310
#include<bits/stdc++.h> using namespace std; int x,y,t; int main(){ cin>>x>>y>>t; cout<<x*t/(y-x); return 0; }