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

Tests(0/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; cout<<b<<" "<<c<<" "<<d; return 0; }


测评信息: