Блог пользователя shadaBhai2.0

Автор shadaBhai2.0, история, 11 дней назад, По-английски

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?

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

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

chatgpt can't even solve div2 A

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

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 дней назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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