
PTA
夜行少女
阳光最重要hhh
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
#PTA甲级#1021 Deepest Root
自己写出来发现比搜到的都要短一些,发出来存一下好哈哈哈哈哈哈 #include <iostream> #include <vector> #include <string.h> using namespace std; const int N = 10100; vector<int> g[N]; int height[N];//高度 boo...原创 2019-04-25 16:15:35 · 164 阅读 · 0 评论 -
#PTA#1022 Digital Library
34一直过不去,搜了别人的发现是没写07d....... #include <iostream> #include <string> #include <map> #include <vector> #include <algorithm> using namespace std; map<string,vector<...原创 2019-04-25 18:16:53 · 167 阅读 · 0 评论