1A2B 猜数字

🔢 1A2B Number Guessing Game

The classic 1A2B (Bulls & Cows) deduction game: the computer picks a set of non-repeating digits, you guess a combination each turn, and it replies with xAyB — A means right digit in the right place, B means right digit wrong place. Use the history table and remaining-possibilities counter to crack it in as few steps as possible.

最佳:—
还没有猜测,输入第一个组合开始推理吧。

本局数据

已用步数0
可能解数量
当前模式4N
剩余机会不限

规则速记

A:数字与位置都正确
B:数字正确但位置错误
例如答案 1234、猜 13591A1B(1 位对、3 错位)。

最佳记录

技巧:优先用“试探性”组合覆盖更多数字,根据 xAyB 逐步排除;右侧“可能解数量”会随每次有效猜测快速缩小,接近 1 时基本可锁定答案。所有数据仅保存在本地浏览器。