提交时间:2025-06-04 19:19:01

运行 ID: 325256

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