提交时间:2022-06-24 15:34:04

运行 ID: 42146

#include<bits/stdc++.h> using namespace std; int main(){ int x,y,t; cin>>x>>y>>t; cout<<x*t*y/(y-x); }