03-樹1 樹的同構 (25 分)

#include<cstdio> #define null -1 const int maxn=15; typedef int Tree; typedef char ElementType; struct TNode{ Tree left, right; ElementType data; int flag; }T1[maxn], T2[maxn]; int check[maxn]; Tre
相關文章
相關標籤/搜索