| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 148688 | 马俊潇 | 12自由落体 | C++ | Wrong Answer | 0 MS | 264 KB | 106 | 2026-02-28 15:00:40 |
#include<iostream> using namespace std; int main(){ cout<<100.0/(2.0*10)<<" "; return 0;}
------Input------
3 12
------Answer-----
0.097656
------Your output-----
5