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

Автор Ermiooo159, 11 месяцев назад, По-английски

The Setup

You: “Solve this problem.”
GPT: “writes 200 lines of perfectly formatted C++17 with descriptive variable names and a poetic docstring.”
You: “It’s WA on test 3.”
GPT: “Have you tried using long long?”


How GPT Thinks It Codes:

"I analyzed 10^8 lines of ICPC gold-medal solutions and learned optimal dynamic programming patterns."

How GPT Actually Codes:

"Let's just sort the array and pray."


Debugging with GPT

You: “It’s TLE.”
GPT: “Hmm, maybe use unordered_map.”
You: “Still TLE.”
GPT: “Then switch to map for more structure.”
You: “It’s slower.”
GPT: “At least it’s elegant.”


GPT’s Logic in Action

Test 1: Works.
Test 2: Works.
Test 3: Segmentation fault.
GPT: “That’s impossible. Theoretically flawless.”

Then it proudly explains:

"Maybe the problem statement is wrong."
— confidently, like a true Codeforces Div. 3 participant.


GPT and Data Structures

GPT loves unordered_set, unordered_map, vector, queue, and multiset for emotional comfort.
It has used segment tree exactly once — in a dream.
And it believes Fenwick trees are “for advanced users only.”


GPT’s Submission Timeline

  1. Writes 100 lines of code.
  2. Passes sample tests.
  3. Claims it’s O(n log n).
  4. Fails test 3.
  5. Says: "Probably precision error."
  6. Adds 1e-9.
  7. Now fails test 1.

GPT’s Advice Section

“If it’s wrong, just use a different approach.”
“If it’s slow, try Python.”
“If it’s still wrong, add +1 or -1 somewhere.”
“Remember: debugging is just re-training your neural network manually.”


Final Verdict

Sure, GPT can code.
But until it: - forgets to clear a vector between test cases,
- gets WA because it used int instead of long long,
- overflows in style,
- and blames the system tests —

it’ll never be one of us.

GPT doesn’t panic at Pretest 3.
GPT doesn’t cry over -17 rating.
GPT doesn’t scream “IT WORKED LOCALLY.”

That’s why GPT may code…
but it’ll never compete.

Теги ai, meme, fun
  • Проголосовать: нравится
  • +106
  • Проголосовать: не нравится

»
11 месяцев назад, скрыть # |
Rev. 2  
Проголосовать: нравится +74 Проголосовать: не нравится

It may never compete, but it can use your soulless meatsack as an API to post its slop on cf.

If we enter a sane post-AI world (which we won’t) where all of this nonsense is behind us, there should be a Nuremberg-style trial against every “person” who served as an orifice for this torrent of llm-filth that’s being hosed down the throats of the rest of humanity right now.

»
11 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

sometimes it accepts that it cant figure out the logic :p

when we get WA multiple times

»
11 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

So then tries to make GPT-unsolvable tasks.

»
11 месяцев назад, скрыть # |
Rev. 2  
Проголосовать: нравится -8 Проголосовать: не нравится

But my friend did 4 question in Div2 with GPT (he has 32 questions done in practice).

Sometimes we call such guys a cheater? I do!

But yeah it's same bulls hit with me if i use GPT (not in a contest obviously)

»
11 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Yeah honestly, this is spot on lol GPT can spit out clean code like it’s writing a textbook, but the moment you throw a real theoretical / tricky problem at it — it collapses like a house of cards. Ask it about some non-trivial graph theory or number theory stuff, and suddenly it’s like: “What if we… sorted the array? ” It’s great at templates, boilerplate, and standard patterns. But when it comes to actually understanding the core idea behind a problem, especially those “think for 30 minutes, code in 5” type questions — nah, it just guesses and hopes for the best.