提交时间:2021-05-15 17:26:21

运行 ID: 19436

#include<iostream> using namespace std; int main() { int x,y,t; cin>>x>>y>>t; cout<<x*t*y/(y-x); return 0; }