Run ID:88977

提交时间:2024-08-21 13:37:38

#include<iostream> using namespace std; int main(){ double r,d; cin>>r; d=r*r*3.14159; printf("%.2lf",d); }