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