Run ID:114745
提交时间:2025-03-23 13:13:22
#include <bits/stdc++.h> using namespace std; int main() { double a=3.1415926,b,s; cin>>b; s=a*b*b; cout<<fixed<<setprecision(2)<<s<<endl; return 0; }