Пожалуйста, подпишитесь на официальный канал Codeforces в Telegram по ссылке https://t.me/codeforces_official. ×

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

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

Once, someone asked me if it's legal to use ChatGPT in CF rounds. I suggested he not use it, because it may hamper his critical thinking. I know it's illegal to use published resources after the round starts. But ChatGPT is answering in real-time. Some people want to compare it with searching in Google. However, I know that ChatGPT matches the pattern with the existing data. Is there any official rule about using ChatGPT in CF rounds? If any, what is it? Update: Atcoder has published their generative AI rules for Atcoder Beginner Contests. Here it goes: https://info.atcoder.jp/entry/llm-abc-rules-en Should CF also do such a thing?

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

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

chatgpt can't even solve div2 A

»
2 месяца назад, # |
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.

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

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

Auto comment: topic has been updated by shadaBhai2.0 (previous revision, new revision, compare).