提交时间:2023-01-15 09:21:38
运行 ID: 5241
#include<bits/stdc++.h> using namespace std; int main() { cout<<fixed<<setprecision(3)<<3.14159265; return 0; }