上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 42 下一页
摘要: #include<iostream> #include<cstring> #include<cmath> #include<cstdio> using namespace std; struct Node{ int p,l,x; int di[105]; int d[105]; }node[105] 阅读全文
posted @ 2021-08-18 20:07 智人心 阅读(92) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> using namespace std; int main(){ int i,j,k,t,n,data[50],sum = 0; scanf("%d",&n); for(i=2;;i++){ sum += i; data[i] 阅读全文
posted @ 2021-08-18 16:13 智人心 阅读(49) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> using namespace std; int main(){ int t,ansa,ansb,data[5],target[5]; char a[5],b[5]; scanf("%d",&t); while(t--){ an 阅读全文
posted @ 2021-08-18 01:38 智人心 阅读(28) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> //#include<cmath> using namespace std; const int maxn = 50005; int log(int n){ int count = 0; while(n){ count++; n 阅读全文
posted @ 2021-08-17 23:52 智人心 阅读(51) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> #include<cstdio> using namespace std; int data[110]; int main(){ int k,n,i,j,p,pos,count; scanf("%d",&k); while(k 阅读全文
posted @ 2021-08-17 20:38 智人心 阅读(29) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> #include<cstring> #include<cmath> using namespace std; int main(){ int len,i,j; double sum; char data[80]; while(s 阅读全文
posted @ 2021-08-17 12:27 智人心 阅读(27) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> #include<cstring> using namespace std; int main(){ int l,n,i,j,len; bool flag1,flag2,flag3; char a[5] = {'a','e',' 阅读全文
posted @ 2021-08-17 11:09 智人心 阅读(30) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> #include<cstdio> using namespace std; int cow[1005],edge[1005][1005],k,n,m,visit_sum[1005]; bool visit[1005]; voi 阅读全文
posted @ 2021-08-16 20:45 智人心 阅读(32) 评论(0) 推荐(0)
摘要: #include<iostream> #include<algorithm> #include<cstdio> using namespace std; int yh[15][15]; void init(){ int i,j; for(i=1;i<=10;i++){ yh[i][1] = 1; y 阅读全文
posted @ 2021-08-16 19:59 智人心 阅读(24) 评论(0) 推荐(0)
摘要: n^2:10000 n^3:600 阅读全文
posted @ 2021-08-16 19:49 智人心 阅读(40) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 42 下一页