摘要: 今天出高考成绩了,祝今年高考的家伙能取得好成绩。今天研究的递推问题是折线分割平面问题: https://vjudge.net/contest/382188#problem/D #include <iostream>using namespace std;long long a[10005];void 阅读全文
posted @ 2020-07-23 17:46 sean1246 阅读(16) 评论(0) 推荐(0)
摘要: 今天研究的是递推里的经典问题,超级楼梯。附代码:明天继续探究递推关系。 https://vjudge.net/contest/382188#problem/B #include <iostream>using namespace std;long long a[100];void sum(){ fo 阅读全文
posted @ 2020-07-23 17:44 sean1246 阅读(14) 评论(0) 推荐(0)