Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
51417 fengxiaohang 与圆相关的计算 C++ 解答错误 0 MS 240 KB 213 2024-09-21 18:25:04

Tests(0/1):


#include <bits/stdc++.h> using namespace std; int main() { double r; cin>>r; double d=2*r; double C=6.28318*r; double S=3.14159*r*r; cout<<fixed<<setprecision(4)<<d<<C<<S<<endl; }


测评信息: