摘要: #include <bits/stdc++.h> #include <stdio.h> #include <stdlib.h> #include <queue> using namespace std; const int maxn = 110; struct Node{ int data; int 阅读全文
posted @ 2020-01-29 14:14 JasonPeng1 阅读(134) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include <stdio.h> #include <stdlib.h> #include <queue> using namespace std; const int maxn = 1010; int temp[maxn],initial[ma 阅读全文
posted @ 2020-01-29 13:08 JasonPeng1 阅读(178) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include <stdio.h> #include <stdlib.h> #include <queue> using namespace std; struct node{ int data; node *left; node *right; 阅读全文
posted @ 2020-01-29 12:27 JasonPeng1 阅读(140) 评论(0) 推荐(0)