Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
340616 李俞家骅 【C1-T】圆的面积 C++ 通过 100 2 MS 240 KB 166 2025-08-14 15:33:48

Tests(9/9):


#include<bits/stdc++.h> using namespace std; int main(){ double a,b,n; cin>>n; cout<<fixed<<setprecision(7)<<n*n*3.141592653589793238<<endl; return 0; }


测评信息: