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

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

During Codechef Starters 55 when I solved non-scoring problems I've got following helpful suggestion from copilot:

Seems oddly specific, right? So if you use copilot during contests you should disable following option:

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

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

Maybe this problem was also copied from somewhere else?

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

Obviously, no proofs, just guesses, but I doubt it could do any real-time learning from others' code (and also I don't think somebody actually used Rust for this problem except you?).

I think what happened is the rust-helper, which you used, saved the problem sample (which has words "PERAIR", "ANY" and "NEW PHONE") as json to the first line of your solution file. And then copilot parsed it, and suggested. But still seems funny that it actually correctly guessed the permutation.

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

Now that is what we should call a notorious coPILOTence.

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