摘要:
#include <stdio.h>#include <iostream>#include<algorithm>#include<windows.h>#include<math.h>using namespace std;#define Max 20#define LT(a,b) ((a)<(b))void setcolor(int color){ HANDLE hout=GetStdHandle(STD_OUTPUT_HANDLE); SetConsoleTextAttribute(hout,color);}typedef s 阅读全文
posted @ 2013-01-17 16:50
myth_HG
阅读(549)
评论(0)
推荐(0)
浙公网安备 33010602011771号