Run ID:2428
提交时间:2020-11-24 19:59:00
#include<iostream> using namespace std; int main(){ double a,b; cin>>a>>b; printf("%.3f",2*3.1415926*a*(a+b)); }