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