Run ID:88974
提交时间:2024-08-21 13:34:00
#include<iostream> using namespace std; int main(){ double r,d; cin>>r; d=r*r*3.14159; printf(" %.2lf",d); }