Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我实际上是在尝试创建一个可以玩棋盘游戏的 AI。我的问题是棋盘游戏使用的是 9x9 正方形,所以我不能像通常那样使用 64 位棋盘。有什么办法可以使用超过 64 位板?
我虽然使用 3 个 32 位整数,但我真的不知道该怎么做