Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
37838 YHBZ 龟兔赛跑 C++ 解答错误 0 0 MS 252 KB 253 2022-04-22 20:18:14

Tests(0/5):


#include <iostream> using namespace std; int main() { /*freopen("run.in", "r", stdin); freopen("run.out", "w", stdout);*/ double x, y, t; cin>>x>>y>>t; double ans = t * x / y - x * y; cout<<ans; return 0; }


测评信息: