2011年4月29日
摘要: 至于很多朋友说这道题快排为什么不行,请看qcmp函数,返回1与-1 // Rader.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <algorithm> #include <math.h> #include <iostream> using namespace ... 阅读全文
posted @ 2011-04-29 20:19 yangyh 阅读(176) 评论(0) 推荐(0) 编辑
摘要: #include <stdafx.h> #include <iostream> #define MAX_STATE 65535 #define ALL_BLACK 65535 #define ALL_WHITE 0 #define WIDTH 4 #define HEIGTH 4 #define SIZE_OF_BOARD WIDTH*HEIGTH #include <queue> using n... 阅读全文
posted @ 2011-04-29 13:50 yangyh 阅读(220) 评论(0) 推荐(0) 编辑