Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
74525 邢逸轩 龟兔赛跑 C++ 通过 100 0 MS 256 KB 173 2023-05-27 14:16:58

Tests(5/5):


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


测评信息: