import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.NoSuchElementException; class Main { public static void main(String[] args) { new Main().run(); } int b(long v,int pos) { return (int)((v>>pos)%2); } void fail() { System.out.println(0); System.exit(0); } ArrayList[] v=new ArrayList[61]; { for(int i=0;i(List.of(0,1)); } } void dfs(int l,int r,int pos,long[] A) { if(pos<0)return; int m=l+1; while(m A_i != A_j void run() { FastScanner sc=new FastScanner(); int N=sc.nextInt(); long L=sc.nextLong(); long R=sc.nextLong(); long[] A=new long[N]; for(int i=0;i Integer.MAX_VALUE) throw new NumberFormatException(); return (int) nl; } public double nextDouble() { return Double.parseDouble(next());} }