摘要: "题面" 一个二叉树,边数为n$(2 define N 110 using namespace std; int b[N][5],s[N]; int n,p; int a[N][N],f[N][N]; int read() { int s=0; char c=getchar(); while(!is 阅读全文
posted @ 2019-01-05 08:51 h^ovny 阅读(138) 评论(0) 推荐(0) 编辑