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

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

Would using LLMs to generate new test cases for a question be considered cheating? Can someone please ask mike about this?

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

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

Why some people can't use codeforces as before...

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

U can generate testcase using normal software.And many top rated coders do that I guess.It is clearly legal until unless u use AI to tamper your code.

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

    So its not cheating?

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

      I don't think generating test cases can be considered cheating. U dont even need AI to do that.There are softwares that generate random numbers of various range and those are available in google.

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

        I do think it's cheating. Debugging and writing stress tests is part of solving a problem, and writing a generator that generates random numbers in a specific format is part of that. Unless the input is only a single number, google rng will not be of much use.

        Try to do tasks completely without AI. That way, you'll actually learn something from them!

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

.