Need Help Please

Revision en2, by khatribiru, 2016-08-18 19:53:00

You are given an array of numbers( N ) (a[i]<= 10^6 && N<= 10^5 ) And 10^5 Queries. In each query You will be given.

X L R.

You have to find the how many numbers are there between L to R such that ( ( a[i] & X )== X ) . Thanks in Advance

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English khatribiru 2016-08-18 19:53:00 1 Tiny change: 'L to R** sch that ( ' -> 'L to R** such that ( '
en1 English khatribiru 2016-08-18 19:49:46 295 Initial revision (published)