plag-reporter's blog

By plag-reporter, history, 16 months ago, In English

How do I find count of j's such that array[i] | array[j] = array[i] ? Here, '|' is bitwise OR operator.I was thinking of this while solving today's(round 843) problem B. |array| <= 1e5 , max(array) <= 1e18

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?