#include using namespace std; struct cww{ cww(){ ios::sync_with_stdio(false);cin.tie(0); cout< VD; ostream& operator<<(ostream &os,__float128 f){ os<<(double)f; return os; } istream& operator>>(istream &is,__float128 &f){ double x; is>>x;f=x; return is; } const D d2=200; const D d3=300; const int loop=100; int main(){ int p,q; cin>>p>>q; D res=0; VD P(101,0); for(int i=0;i