#include<iostream> using namespace std; int main(){ double a,b,c,d,x; cin>>x>>a>>b>>c>>d; cout<<33.0838692; return 0; }