摘要: 1004 1004 #include <bits/stdc++.h> using namespace std; vector<int> G[101]; int leaf[101]; int maxh; void DFS(int root,int h) { maxh=max(maxh,h); if(G 阅读全文
posted @ 2022-02-24 22:00 勇往直前的力量 阅读(32) 评论(0) 推荐(0)
摘要: 1124 Raffle for Weibo Followers (20 分)(map) John got a full mark on PAT. He was so happy that he decided to hold a raffle(抽奖) for his followers on Wei 阅读全文
posted @ 2022-02-24 19:59 勇往直前的力量 阅读(53) 评论(0) 推荐(0)