| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 18947 | 石利伟 | 龟兔赛跑 | C++ | Compile Error | 0 | 0 MS | 0 KB | 144 | 2021-05-02 09:42:09 |
#include<bits/stdc++.h> #include<windows.h> using namespace std; int main(){ int x,y,z; cin>>x>>y>>z; cout<<x*z*y/(y-x); return 0; }