DISAPP's blog

By DISAPP, history, 4 years ago, In English

Hello ,can any one help me to solve this problem ?

  • Vote: I like it
  • +4
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it -8 Vote: I do not like it

It will be solved with two pointers :)

»
4 years ago, # |
  Vote: I like it +25 Vote: I do not like it
  • »
    »
    4 years ago, # ^ |
    Rev. 2   Vote: I like it +13 Vote: I do not like it

    Yes, I entered ACPC kick off most of the problems were very unoriginal. I didn't like the contest anyways from its bad statements quality and no new ideas I found in it. I wasted an hour for 2 problems having unclear statements. 1 of them not saying the amount of testcases(or the limit of N all over testcases) and the other having just trash statement. I could've solved 10/11 out of 12 with that hour but I only solved 9 :/

    • »
      »
      »
      4 years ago, # ^ |
        Vote: I like it +3 Vote: I do not like it

      I read those two statmentes for 10 times trying to find any difference between them in the end they meant the same thing • Any two numbers with the same number of ones in their binary representation are in the same subset. • No two numbers with different number of ones in their binary representation are in the same subset