提交时间:2021-05-15 17:10:55

运行 ID: 19349

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