Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
444061 任虞昊 【C1-T】圆的面积 C++ 通过 100 1 MS 252 KB 174 2026-06-09 20:52:09

Tests(9/9):


#include<iostream> #include<iomanip> using namespace std; int main(){ int r; cin>>r; cout<<fixed<<setprecision(7)<<1.0*r*r*3.141592653589793238<<endl; return 0; }


测评信息: