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

Автор Stuck_On_Gray, 3 дня назад, По-английски

I was reviewing the first solvers of today contest and I saw this: 290888047 I don't think anyone can think, write, submit this code in 1:14 minutes

can you do it?

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

»
3 дня назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

One thing I always do is to see the samples before reading the problem. Sometimes you understand the problem with samples!

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

    I get it this feels better for you, but It's very bad practice for beginners. Understanding the statement is 50% of the solution.

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

      Definitely! But I mean problem A, which are often simple.

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

    The point is that he is using ChatGPT or similar.

    • »
      »
      »
      3 дня назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится

      And the fact that he was able to delete the comments + submit after copying the solution is also very crazy.

    • »
      »
      »
      3 дня назад, # ^ |
      Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

      Rule $$$\infty$$$ : Ban every First Solve of $$$< \color{orange}{\text{Master}}$$$

      +Bruh this is easy implementation , why using gpt .

»
3 дня назад, # |
  Проголосовать: нравится +21 Проголосовать: не нравится

It feels very inhumane to me to write a Position struct with fields int x and int y, instead of using array<int,2> or pair<int,int>, specially when solving the problem in 1min...

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

Hmm, I can't....