Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
18958 季洁 龟兔赛跑 C++ 通过 100 0 MS 256 KB 137 2021-05-02 21:09:26

Tests(5/5):


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


测评信息: