Run ID:88972

提交时间:2024-08-21 13:32:39

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