摘要: ##A 给你一个单调不减的序列,问最多能分割成几个严格单调的子序列。 注意到序列个数与出现次数最多的元素有关,直接统计即可。 #include<cstdio> #include<cstring> #include<cctype> #include<algorithm> using namespace 阅读全文
posted @ 2021-02-01 00:17 Harexx 阅读(51) 评论(0) 推荐(0)