NWU_ACM

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页

2017年3月17日

摘要: 1 #include<iostream> 2 #include<algorithm> 3 #include<math.h> 4 #include<string.h> 5 #include<map> 6 #include<set> 7 #include<stdio.h> 8 #include<stdl 阅读全文
posted @ 2017-03-17 21:05 NWU_ACM 阅读(113) 评论(0) 推荐(0) 编辑

2017年3月16日

摘要: 1 #include<stdio.h> 2 int sum[100005][15]={0},map[100005][15]={0};//map[t][x]记录在t秒时第x个位置有几个馅饼落下 3 int max(int a,int b,int c) 4 { 5 if(a<b) a=b; 6 if(a 阅读全文
posted @ 2017-03-16 18:34 NWU_ACM 阅读(129) 评论(0) 推荐(0) 编辑

2017年3月13日

摘要: 1 #include <iostream> 2 using namespace std; 3 int a[1001]; 4 int main() { 5 int n; 6 while(cin>>n) 7 cout<<(n*n*n+5*n)/6+1<<endl; 8 } 阅读全文
posted @ 2017-03-13 20:19 NWU_ACM 阅读(105) 评论(0) 推荐(0) 编辑

摘要: 1 #include<stack> 2 #include<queue> 3 #include<cmath> 4 #include<vector> 5 #include<cstdio> 6 #include<cstring> 7 #include<iostream> 8 #include<algori 阅读全文
posted @ 2017-03-13 20:04 NWU_ACM 阅读(155) 评论(0) 推荐(0) 编辑

摘要: 1 #include <iostream> 2 #include <algorithm> 3 #include <cstring> 4 #include <cstdio> 5 #include <bitset> 6 #include <vector> 7 #include <queue> 8 #in 阅读全文
posted @ 2017-03-13 16:02 NWU_ACM 阅读(152) 评论(0) 推荐(0) 编辑

2017年3月12日

摘要: Badboy学长: 1 #include<iostream> 2 #include<algorithm> 3 #include<cmath> 4 #include<cstring> 5 #include<string> 6 #include<map> 7 #include<cstdio> 8 usi 阅读全文
posted @ 2017-03-12 19:48 NWU_ACM 阅读(155) 评论(0) 推荐(0) 编辑

2017年3月11日

摘要: 1 #include<stdio.h> 2 int a[1000005], d[1000005], l, r, n, k; 3 int main() 4 { 5 while(scanf("%d%d", &n, &k) != EOF) 6 { 7 for(int i = 1; i <= n; i++) 阅读全文
posted @ 2017-03-11 16:33 NWU_ACM 阅读(124) 评论(0) 推荐(0) 编辑

2017年3月10日

摘要: #include using namespace std; #define N 1010 queue q1,q2; bool flag=1; int main() { int n,k1,k2; int a1[N],a2[N]; cin>>n; cin>>k1; int ans=0; for(int i=0;i>a1[i]; q1.p... 阅读全文
posted @ 2017-03-10 21:07 NWU_ACM 阅读(157) 评论(0) 推荐(0) 编辑

2017年3月8日

摘要: 阅读全文
posted @ 2017-03-08 20:58 NWU_ACM 阅读(235) 评论(0) 推荐(0) 编辑

2017年3月7日

摘要: 1 #include <iostream> 2 #include <algorithm> 3 #include <cstdio> 4 using namespace std; 5 int fun(int x[], int N) 6 { 7 int t = 0; 8 if (N == 1) t = x 阅读全文
posted @ 2017-03-07 20:39 NWU_ACM 阅读(139) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 下一页