| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 18959 | 孙文谦 | 龟兔赛跑 | C++ | Accepted | 100 | 0 MS | 248 KB | 220 | 2021-05-02 21:49:08 |
#include<bits/stdc++.h> using namespace std; int main() { int x,y,t,tswgpd; double zsdsj; cin>>x>>y>>t; tswgpd=x*t; zsdsj=1.0*tswgpd/(y-x); cout<<(int)(zsdsj*y)<<endl; return 0; }