提交时间:2021-05-02 13:40:44

运行 ID: 18951

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