#include using namespace std; int main(){ double h,r,ans; cin>>h>>r; ans = -8.245 + 6.807 * h + 7.073 * 2 * r * M_PI; cout<