#include using namespace std; long double dp[3000][18010],ans; long long N,L,R; main() { cin>>N>>L>>R; if(N<10000){ dp[0][0]=1; for(int t=0;t