| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 76766 | sh25_zhuwy | 体质指数BMI | C++ | Wrong Answer | 0 MS | 244 KB | 121 | 2025-12-19 17:43:07 |
#include<bits/stdc++.h> using namespace std; int main() { double a,b; cin>>a>>b; cout<<"正常"; return 0; }