/*鼠标点击特效*/
摘要: http://10.12.162.1:5880/contest/4/problem/P0204 求n条折线分割平面的最大数目。 #include <iostream> using namespace std; long long num[10002]; int main(){ int c; int 阅读全文
posted @ 2020-11-06 19:19 干饭啦 阅读(126) 评论(0) 推荐(0) 编辑
摘要: http://10.12.162.1:5880/contest/4/problem/P0203 有一楼梯共M级,刚开始时你在第一级,若每次只能跨上一级或二级,要走上第M级,共有多少种走法? #include<iostream> using namespace std; int main(){ lon 阅读全文
posted @ 2020-11-06 19:16 干饭啦 阅读(133) 评论(0) 推荐(0) 编辑