Uncomfortable confession: a good chunk of the time you “waste” stuck on a hard problem isn’t because the problem is impossible. It’s because you misread it.
The Silent Error
A competition statement packs in several conditions at once. If you skip one during a fast read (because you’re rushed, because the clock’s running), you end up solving a different problem — one that looks similar, but isn’t the one you were actually asked. And then you’re stuck spinning your wheels, not understanding why nothing adds up.
“Feeling stuck isn’t always a capability problem. A lot of the time it’s a comprehension problem you haven’t solved yet.”
The Two-Read Technique
Read 1: the big picture
Read the whole statement without solving anything yet. You just want to understand what it’s about.
Read 2: surgical extraction
Now reread, writing down every piece of data, every constraint, every condition. On paper, even if it’s just two lines. This second pass is what saves you from the condition you missed the first time.
Questions That Save You
- What exactly am I being asked for? (not what you think you’re being asked — what it actually says)
- What data do I have, and what can I deduce from it?
- Is there a trap word like “at least,” “exactly,” or “at most” that changes everything?
- Does this look, structurally, like something I’ve already solved?
If You’re Still Stuck After Reading Carefully
- Restate it in your own words. If you can’t, that’s exactly where the gap is.
- Draw the situation if the problem allows it — a diagram often shows what the text hides.
- Now pull out the arsenal: problem-solving heuristics are for this moment, not for before you’ve actually understood what you’re being asked.
Reading carefully isn’t “wasting time before starting.” It’s the difference between solving the right problem in five minutes, or fighting the wrong one for thirty. And watch out for what comes after a careful read: that’s where the most common mistakes under time pressure show up.