Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
5121 张佳杰 与圆相关的计算 C++ 通过 100 0 MS 252 KB 183 2020-07-27 17:24:23

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main(){ double a,b,c,d; cin>>a; b=a*2; c=b*3.1415926; d=a*a*3.1415926; printf("%.4lf %.4lf %.4lf",b,c,d); return 0; }


测评信息: