Need Help Please

Правка en2, от 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

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский khatribiru 2016-08-18 19:53:00 1 Tiny change: 'L to R** sch that ( ' -> 'L to R** such that ( '
en1 Английский khatribiru 2016-08-18 19:49:46 295 Initial revision (published)