摘要: #include<iostream> #include<cstring> using namespace std; int data[10]; void reverse(char*s,char*t){ for(int i=0;i<10;i++){ data[i] = 0; } for(int i=0 阅读全文
posted @ 2021-07-25 13:37 智人心 阅读(44) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cmath> using namespace std; const int maxn = 32768; long long a[maxn],s[maxn]; void init(){ s[0] = 0; a[1] = s[1] = 1; for 阅读全文
posted @ 2021-07-25 13:35 智人心 阅读(59) 评论(0) 推荐(0)