Run ID:115382
提交时间:2025-03-30 13:03:38
#include<bits/stdc++.h> using namespace std; int main() { double a=3.1415926,b,s; cin>>b; s=a*b*b; printf("%.2f",s); return 0; }