Run ID:144527

提交时间:2026-01-23 22:40:59

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