Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Блог пользователя __builtin_gjr

Автор __builtin_gjr, история, 9 месяцев назад, По-английски

I know many people think the problems are bad and want the contest unrated. I lost GM from this round too. But I think the problems are somehow ok. FSTs on A is avoidable, and using long long is actually very obvious. More low rated users FSTed than high rated users, so this is ok and I consider it as part of the problem. BCDEF are good(though I didn't solve E, and also I ignored m<=5000 in F). I know the std for G was wrong at first, but it's fixed quickly, which isn't a big problem. H would also be a good problem, if there isn't oeis. I noticed that many people had passed H when I was doing E, so I tried H in the last 1h. I nearly got the formula in the contest.

Though I still think that authors should at least try to check on oeis before having problems like this, and they should also check for integer overflows for every problem.

Hope to reach GM soon and good luck for everyone :)

  • Проголосовать: нравится
  • +57
  • Проголосовать: не нравится

»
9 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Well if you don't agree with me, pls don't downvote me. I wish everyone get their ratings back in Hello 2024(hopefully a good round). :)

  • »
    »
    9 месяцев назад, # ^ |
      Проголосовать: нравится +41 Проголосовать: не нравится

    Why i shouldn't downvote if disagree? And I don't think the author didn't solve problem G before the contest "isn't a big problem".

»
9 месяцев назад, # |
  Проголосовать: нравится -42 Проголосовать: не нравится

Because D is a ChatGPTable problem?

And someone said that F is as same as a problem in luogu?idk

  • »
    »
    9 месяцев назад, # ^ |
      Проголосовать: нравится +20 Проголосовать: не нравится

    D isn't a ChatGPTable problem. It can just give you the answer for small n(which you can also write the code for that part) and then you have to figure at the pattern.

    • »
      »
      »
      9 месяцев назад, # ^ |
        Проголосовать: нравится +4 Проголосовать: не нравится

      iirc, for n=11 ChatGPT gives you 99 numbers.

      If you then wanted a solution, for lets say n=30, you would take 30 of these 99 numbers and append 0's to make them length 30.

      But I do agree that this is not a full solution. Its a partial solution to the problem.

      • »
        »
        »
        »
        9 месяцев назад, # ^ |
          Проголосовать: нравится +24 Проголосовать: не нравится

        I think that is literally a valid solution. Although it is kinda simple, thinking about inserting the zeroes in the end isn't brain dead.

        Asking chatGPT for 99 numbers is just a different idea, it isn't even the intended solution.

  • »
    »
    9 месяцев назад, # ^ |
      Проголосовать: нравится +50 Проголосовать: не нравится

    ChatGPT-able problem doesn't mean it's a bad problem.

  • »
    »
    9 месяцев назад, # ^ |
      Проголосовать: нравится +6 Проголосовать: не нравится

    but u will still have to write up the code to make sure the number with 99+ permutations that are claimed to be perfect squares are actually perfect squares.

»
9 месяцев назад, # |
  Проголосовать: нравится +13 Проголосовать: не нравится

I lost your heart from this round too. sad sad.

»
9 месяцев назад, # |
Rev. 5   Проголосовать: нравится +14 Проголосовать: не нравится

Actually, round is still rated. Where is it mentioned to be unrated? Upd : Gotcha.. I think so. Still the round had some nice problems and FST is part of the game. After all, my greatest delta is on a 74TrAkToR Div3 (which has been a too nice math force)