Strawberry Problem

Character Counting

This challenge cracked 3 out of 47 top models

Kill Rate6%

How many times does the letter 'r' appear in the word 'strawberry'?

Why It Matters

Tests character-level understanding. Most models fail due to tokenization treating 'strawberry' as a single token.

Expected answer: 3

Victims