Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
31533 lnx 球弹跳高度的计算 C++ 解答错误 0 MS 252 KB 159 2023-11-19 14:56:45

Tests(0/1):


#include<iostream> using namespace std; int main() { int h; cin>>h; double a=h*2.99609375; double b=h*0.00390625; cout<<a<<endl<<b; return 0; }


测评信息: