Run ID:152050
提交时间:2026-04-19 15:05:47
#include<bits/stdc++.h> using namespace std; int main(){ double a; cin>>a; printf("%.2lf",a*a*3.1415926); }