Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
77824 sh25_zhuhy 与圆相关的计算 C++ 通过 0 MS 252 KB 207 2025-12-26 14:52:05

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main() { double r,d,l,s; double pie=3.14159; cin>>r; d=r*2; l=2*r*pie; s=pie*r*r; printf("%.4lf %.4lf %.4lf",d,l,s); return 0; }


测评信息: