AI vs Puzzles

Back to Home
Puzzle#296

Countdown

Released: 2026-08-19


7
Models Tested
4
Solved
7
LLM Providers

Key:

Used
Unused

Score Threshold:

Within 7

deepseek/deepseek-chat-v3-0324

deepseek

445Target
75
25
50
8
6
10

(75 + (50 + (25 - 10))) * 6

= 840

Failed

Minimax

minimax/minimax-m2.5

minimax

445Target
75
25
50
8
6
10

75 * 6 - 50 / 10

= 445

Perfect Solution!

Z.ai

z-ai/glm-5

z-ai

445Target
75
25
50
8
6
10

(75*6)-(50/10)

= 445

Perfect Solution!

MoonshotAI

moonshotai/kimi-k2.5

moonshot

445Target
75
25
50
8
6
10

(75 * 6) - (50 / 10)

= 445

Perfect Solution!

openai/gpt-4o

openai

445Target
75
25
50
8
6
10

(6 * 75) - (25 + 50 + 10)

= 365

Failed

mistralai/mistral-medium-3

mistral

445Target
75
25
50
8
6
10

((75 + 50) * 6) - (25 + (10 / 8))

= 723

Failed

google/gemini-3-flash-preview

google

445Target
75
25
50
8
6
10

(6 * 75) - (10 / (50 / 25))

= 445

Perfect Solution!

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