摘要:
题目链接:https://codeforces.com/problemset/problem/839/C dfs #include<cstdio> #include<cstring> #include<algorithm> #include<iostream> #include<cmath> #in 阅读全文
摘要:
题目链接:https://codeforces.com/problemset/problem/859/C 对于当前拥有选择权的人,要么选择不拿当前的派,要么选择拿派并交换选择权, 那么当前的人所做出的决策,一定是根据后续状态的情况,选择当前收益最大的情况(博弈性) 令$dp[i]$表示当前拥有选择权 阅读全文