Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
125880 | 袁梓豪 | 03自由落体 | C++ | Wrong Answer | 1 MS | 268 KB | 144 | 2025-07-15 16:10:00 |
#include <bits/stdc++.h> using namespace std; int main() { char x; cin >> x; cout<<(int)x; double a; printf("%.2f",a); return 0; }
------Input------
0
------Answer-----
49 98 147
------Your output-----
480.00