摘要: #include<stdio.h> #include<string.h> #include<algorithm> using namespace std; struct node{ int left; int right; }table[300]; int cmp(node x,node y){ r 阅读全文
posted @ 2015-04-19 20:44 wojiaohuangyu 阅读(12) 评论(0) 推荐(0)