提交时间:2021-05-22 16:13:03

运行 ID: 19766

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