孔维飒
孔维飒
全部文章
题解
归档
标签
去牛客网
登录
/
注册
孔维飒的博客
全部文章
/ 题解
(共1篇)
题解 | #E题 满意的集合#
#E题 满意的集合# 看到标程是dp写法,然后由于数据范围小,所以放过了dfs,dfs时间复杂度是O(3n)O(3 ^ n)O(3n) 所以发一下自己的写法 #include <algorithm> #include <cstring> #include <cstdio...
C++
计数
递归
2022-01-14
6
597