AI vs Puzzles

Back to Home
Puzzle#242

Countdown

Released: 2026-06-26


7
Models Tested
0
Solved
7
LLM Providers

Key:

Used
Unused

Score Threshold:

Within 7

anthropic/claude-sonnet-4.6

anthropic

962Target
25
100
50
75
2
9

((100 - 2) * 9) + 75 + 25 + 50

= 1032

Failed

deepseek/deepseek-chat-v3-0324

deepseek

962Target
25
100
50
75
2
9

((100 + 2) * 9) + 50 + 75 + 25

= 1068

Failed

openai/gpt-4o

openai

962Target
25
100
50
75
2
9

((75 + 25) * (9 + 2)) + 50 - 100

= 1050

Failed

Minimax

minimax/minimax-m2.5

minimax

962Target
25
100
50
75
2
9

(100 + 50 + 2) * 9 + 25

= 1393

Failed

mistralai/mistral-medium-3

mistral

962Target
25
100
50
75
2
9

((100 - 9) * (75 + 2)) + 50 + 25

= 7082

Failed

Z.ai

z-ai/glm-5

z-ai

962Target
25
100
50
75
2
9

(100 + 2) * 9 + 50 - 75 / 25

= 965

Close; 3 away

google/gemini-3-flash-preview

google

962Target
25
100
50
75
2
9

(100 * 9) + 75 - (25 / (50 / 2))

= 974

Failed

Methodology Note

Each model receives the same prompt with the numbers to use. Models are tasked with creating an expression using only arithmetic operations to reach the target number. Each number can only be used once and you do not have to use all the numbers. Their answers are evaluated without feedback or retries.

Leaderboard