Run ID:109952
提交时间:2025-02-13 15:27:55
#include <bits/stdc++.h> using namespace std; int main(){ double a ; cin>>a; printf("%.2lf",a*3.1415926*a); }