Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
5081 张佳杰 与圆相关的计算 C++ 解答错误 0 0 MS 252 KB 170 2020-07-26 21:14:36

Tests(0/1):


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


测评信息:

输入

4.0

输出

8.0000 25.1327 50.2654 

答案

8.0000 25.1327 50.2655

系统信息

exit code: 0, checker exit code: 0