Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
325256 方相宜 【C1-T】圆的面积 C++ 通过 100 4 MS 256 KB 150 2025-06-04 19:19:01

Tests(9/9):


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


测评信息: