Run ID:143517

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

#include <bits/stdc++.h> using namespace std; int main() { int r; double pi = 3.1415926; cin >> r; cout << fixed << setprecision(3) << pi*r*r << endl; return 0; }