| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 80638 | sh25_shenpy | 【基础题】自由落体 | C++ | Wrong Answer | 0 MS | 248 KB | 147 | 2026-01-04 15:25:15 |
#include <bits/stdc++.h> using namespace std; int main( ) { int h=100; double m; m=1.0*767*h/256; cout<<m; return 0; }