Run ID:152031

提交时间:2026-04-19 14:51:55

#include<bits/stdc++.h> using namespace std; int main(){ int r; cin>>r; cout<<r*r*3.1415926; return 0; }