Run ID:143523

提交时间:2026-01-16 20:53:46

#include <bits/stdc++.h> using namespace std; int main() { double r; double pi = 3.1415926; cin >> r; printf("%.2f\n",pi*r*r)<<endl; return 0; }