摘要: 今天继续研究递归的题目: https://vjudge.net/contest/382188#problem/C #include <cstdio>#define maxn 55 long long ans[maxn];int main(){ int n,a,b; ans[0]=1; ans[1]= 阅读全文
posted @ 2020-07-27 16:43 sean1246 阅读(19) 评论(0) 推荐(0)
摘要: 今天继续停电,电脑不能做功课。 阅读全文
posted @ 2020-07-27 16:35 sean1246 阅读(24) 评论(0) 推荐(0)
摘要: 今天家里因为附近施工停电,不能做功课。就只能读《构建之法》 阅读全文
posted @ 2020-07-27 16:34 sean1246 阅读(24) 评论(0) 推荐(0)