shadaBhai2.0's blog

By shadaBhai2.0, history, 11 days ago, In English

Once, someone asked me if it's legal to use ChatGPT in CF rounds. I suggested him not to use it, because it may hamper his critical thinking. I know that it's illegal to use resources that are lublished after the round starts. But ChatGPT is answering in realtime. Some people want to compare it with searching in Google. Though, I know that ChatGPT just matches pattern with the existing data. Is there any official rule about using ChatGPT in CF roounds? If any, what is it?

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

»
11 days ago, # |
  Vote: I like it +30 Vote: I do not like it

chatgpt can't even solve div2 A

  • »
    »
    11 days ago, # ^ |
      Vote: I like it +11 Vote: I do not like it

    But people use it for taking algo or ds template, or some math formula. Often it works.

»
11 days ago, # |
Rev. 4   Vote: I like it 0 Vote: I do not like it

You can use it. I've seen it being used in very creative ways to quickly implement some brute force problem that would otherwise take some time, or converting your python code to faster c++ code. Do keep in mind that it's pretty useless for the actual problem-solving aspect (it's rated 405) and will probably just frustrate you and/or otherwise waste your time.

»
10 days ago, # |
  Vote: I like it 0 Vote: I do not like it

The official codeforces ICPC rules state that you are allowed to use third party code, but even if it was not allowed, generative tools are pretty bad at solving >1000 rated problems (I tried it when I was solving problems off contest). Usually I only use AI when I don't understand the problem. Since generative AI tools is not mentioned in ICPC rules, it's your wish whether you want to use it or not