Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
41782 202103zlx 龟兔赛跑 C++ 解答错误 0 0 MS 248 KB 158 2022-06-18 14:24:53

Tests(0/5):


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


测评信息:

输入

2 99 500

输出

-1020

答案

1020

系统信息

exit code: 0, checker exit code: 0