AI vs Puzzles

Back to Home
Puzzle#240

Countdown

Released: 2026-06-24


7
Models Tested
3
Solved
7
LLM Providers

Key:

Used
Unused

Score Threshold:

Within 7

openai/gpt-4o

openai

754Target
25
50
100
75
7
1

75 * 7 + 50 + 1

= 576

Failed

mistralai/mistral-medium-3

mistral

754Target
25
50
100
75
7
1

((100 - 25) * (7 + 1)) + 50

= 650

Failed

deepseek/deepseek-chat-v3-0324

deepseek

754Target
25
50
100
75
7
1

((100 + 50) * (7 - 1)) + 75 - 25

= 950

Failed

Minimax

minimax/minimax-m2.5

minimax

754Target
25
50
100
75
7
1

100 * 7 + (50 + 1) + (75 / 25)

= 754

Perfect Solution!

MoonshotAI

moonshotai/kimi-k2.5

moonshot

754Target
25
50
100
75
7
1

100 * 7 + 50 + 75 / 25 + 1

= 754

Perfect Solution!

Z.ai

z-ai/glm-5

z-ai

754Target
25
50
100
75
7
1

(100 * 7) + 50 + (75 / 25) + 1

= 754

Perfect Solution!

google/gemini-3-flash-preview

google

754Target
25
50
100
75
7
1

(75 * (100 + 1)) / (50 / 25) + 7

= 3794

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