摘要:
https://www.cnblogs.com/xiaochaoqun/p/4898990.html http://blog.csdn.net/qq_36398723/article/details/78401832 阅读全文
posted @ 2017-12-08 20:58
Caturra
阅读(137)
评论(0)
推荐(0)
摘要:
```C++ include using namespace std; const int maxn = 2e5+2e4+11; const int dep = 666; const int len = 30; struct AAA{ string str; int cnt; }a[maxn]; b 阅读全文
posted @ 2017-12-08 00:28
Caturra
阅读(117)
评论(0)
推荐(0)