Run ID:115324
提交时间:2025-03-30 11:38:00
#include<bits/stdc++.h> using namespace std; int main(){ double paI=3.1415926,r,s; cin >> r; s=paI*r*r; cout<<fixed<<setprecision(2)<<s<<endl; }