Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
41822 张浩然 龟兔赛跑 C++ 通过 100 0 MS 248 KB 172 2022-06-18 15:13:00

Tests(5/5):


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


测评信息: