摘要: 题目链接:https://www.luogu.com.cn/problem/P3758 在不用矩阵优化之前,可以写递推/记忆化: 1 #include<cstdio> 2 #include<iostream> 3 #include<cstring> 4 using namespace std; 5 阅读全文
posted @ 2020-08-31 22:55 dfydn 阅读(170) 评论(0) 推荐(0)