摘要:
主要是感觉 arpa 大佬的例程使用了C++14的特性遍历vector容器,感觉这样写代码更清晰,所以也尝试使用了这种写法。 C++14版本: #include <bits/stdc++.h> using namespace std; const int maxn = 1000010; int n, 阅读全文
posted @ 2020-11-04 10:09
quanjun
阅读(122)
评论(0)
推荐(0)
摘要:
原文链接:https://www.cnblogs.com/GuoYuying/p/12386481.html 阅读全文
posted @ 2020-11-04 08:27
quanjun
阅读(265)
评论(0)
推荐(0)