Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
74521 ‬朱宸瑜 龟兔赛跑 C++ Accepted 100 0 MS 252 KB 132 2023-05-27 14:10:40

Tests(5/5):


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


Judgement Protocol: