首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
hdu5754专题
博弈--hdu5754 Life Winner Bo
4种棋子1.king.2.rook(castle).3.knight.4.queen.从(1,1)移到(n,m) 给定type,n,m,B先手,求B,G胜,或平局D(没有到终点却无法移动) #include <iostream> #include <cstdio> #include <cmath> using namespace std; int mai
阅读更多...