《程序员》算法擂台之骑士聚会问题(c语言版) 二
摘要:
很明显,思考1比思考2要难多了,所以先做思考2.呵呵^_^ 思考2 #include #include #include struct point { int x; int y; int* CastStep; }; point* GetCanGo(point,int); void Walk(point,int); bool IsABomp(point); int ... 阅读全文
posted @ 2008-06-05 10:40 Handsome Kun 阅读(458) 评论(0) 推荐(0)
浙公网安备 33010602011771号