#include using namespace std; int main(){ cout << fixed << setprecision(12); long double a,b; cin>>a>>b; cout<