sauron271's blog

By sauron271, 3 hours ago, In English

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

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

»
3 hours ago, # |
Rev. 2   Vote: I like it +7 Vote: I do not like it

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

»
3 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

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 hours ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    So its not cheating?

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

      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.

      • »
        »
        »
        »
        57 minutes ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        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!

»
89 minutes ago, # |
Rev. 2   Vote: I like it +1 Vote: I do not like it

.

  • »
    »
    31 minute(s) ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    whats the difference? lol. Both cases we are just generating test cases.