摘要:
各种折腾... 1 #include <iostream> 2 #define MAX(a,b) ((a)>(b)?(a):(b)) 3 #define SIZEOFARRY(a) sizeof(a)/sizeof(int) 4 #define ASSERT(a) if((a)==NULL)exit(0) 5 6 using namespace std; 7 8 typedef int Datatype; 9 10 typedef struct AVLTNode 11 { 12 struct AVLTNode* pLeft; 13 struct ... 阅读全文
posted @ 2012-09-09 13:57
legendmaner
阅读(261)
评论(0)
推荐(0)

浙公网安备 33010602011771号