Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
41206 董承诺 龟兔赛跑 C++ 通过 100 0 MS 256 KB 153 2022-06-11 15:12:01

Tests(5/5):


#include<bits/stdc++.h> using namespace std; double a,b,c,d; int e; int main(){ cin>>a>>b>>c; d=a*c; e=d+(d/(b-a))*a; cout<<e; return 0; }


测评信息: