Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
316175 陈信宇 【C1-T】圆的面积 C++ 通过 100 6 MS 256 KB 170 2025-04-06 08:03:16

Tests(9/9):


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


测评信息: