Run ID:109949

提交时间:2025-02-13 15:23:08

#include<bits/stdc++.h> using namespace std; int main(){ double a; cin>>a; printf("%.2lf",a*a*3.1415926); }