Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
7276 suxing 与圆相关的计算 C++ 通过 0 MS 256 KB 250 2023-02-03 00:38:15

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; cout<<fixed<<setprecision(4)<<(float)2*a<<" "; cout<<fixed<<setprecision(4)<<(float)2*3.14159*a<<" "; cout<<fixed<<setprecision(4)<<(float)3.14159*a*a; return 0; }


测评信息: