Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
72822 sh25_shenpy 求圆周率的值 C++ 无测评数据 0 MS 0 KB 143 2025-11-02 20:11:53

Tests(0/0):


#include <bits/stdc++.h> using namespace std; int main( ) { double pi=113/355; cout<<fixed<<setprecision(3)<<pi; return 0; }