Please read the new rule regarding the restriction on the use of AI tools. ×

codex666's blog

By codex666, history, 3 years ago, In English

Dear brethren, If you guys were to give a CF based rating to today's GCJ qualification problems what would be? A, B, C, D, E?

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

»
3 years ago, # |
  Vote: I like it -56 Vote: I do not like it

$$$A - 900$$$, $$$B - 1400$$$, $$$C - 1500$$$, $$$D - 1900$$$ and $$$E - 2100$$$

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

    B's hidden test case was hard.(atleast for me)

    C was definitely more than 1600.

    dont know about D and E.

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

      Actually the dp solution for B is very easy to implement, and you don't need to worry about case analysis. C was also much easier if we started backwards, and built our answer from that.