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