| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 31532 | lnx | 球弹跳高度的计算 | C++ | Compile Error | 0 MS | 0 KB | 158 | 2023-11-19 14:56:30 |
#include<iostream> usingnamespace std; int main() { int h; cin>>h; double a=h*2.99609375; double b=h*0.00390625; cout<<a<<endl<<b; return 0; }