Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
101176 | 李昊宇 | 12自由落体 | C++ | Wrong Answer | 0 MS | 260 KB | 149 | 2024-12-14 15:30:22 |
#include<iostream> using namespace std; int main(){ for(double a=100;a>=10;a=a/2){ printf("%.6lf",a/2); } return 0; }
------Input------
3 12
------Answer-----
0.097656
------Your output-----
50.00000025.00000012.5000006.250000