Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
125879 | 袁梓豪 | 03圆的面积 | C++ | Wrong Answer | 0 MS | 272 KB | 144 | 2025-07-15 16:09:19 |
#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-----
3.14159 28.2743 78.5398 153.938 254.469
------Your output-----
480.00