摘要: //main.c// 1.cpp : Defines the entry point for the console application.//#include "stdio.h"#include "queen.h"int main(int argc, char* argv[]){ printf("\nnum = %d\n",queen(12)); return 0;}dbg.h1 #ifndef _MRCHEN_DBG_H_2 #define _MRCHEN_DBG_H_3 //#define MY_DEBUG4 void ... 阅读全文
posted @ 2013-03-24 22:37 wowk 阅读(236) 评论(0) 推荐(0) 编辑