摘要: #include<iostream> #include<cmath> #include<cstdio> using namespace std; int main(){ int t,i,kase; long long n; double ans; scanf("%d",&t); kase = 1; 阅读全文
posted @ 2021-08-09 16:30 智人心 阅读(91) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> using namespace std; int main(){ int t,i,kase; long long n,data[50]; data[1] = 2; data[2] = 3; for(i=3;i<=45;i++){ 阅读全文
posted @ 2021-08-09 15:57 智人心 阅读(54) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> #include<cstdio> using namespace std; int data[30][30]; void yanghui(){ int i,j; for(i=0;i<=26;i++){ for(j=0;j<=i 阅读全文
posted @ 2021-08-09 14:42 智人心 阅读(17) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> #include<cstdio> using namespace std; int main(){ int i,t,w,a[25],data[25],ans[25],dd,len,count; bool flag; scanf 阅读全文
posted @ 2021-08-09 14:22 智人心 阅读(87) 评论(0) 推荐(0)