NWU_ACM

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

2017年2月25日

摘要: 1 #include <bits/stdc++.h> 2 #define exp 0.00001 3 using namespace std; 4 typedef long long ll; 5 6 double solve(double x, double y) 7 { 8 return 42* 阅读全文
posted @ 2017-02-25 18:07 NWU_ACM 阅读(106) 评论(0) 推荐(0) 编辑

2017年2月23日

摘要: 1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 6 using namespace std; 7 8 int n,m; 9 10 int main(){ 11 12 13 14 i 阅读全文
posted @ 2017-02-23 22:35 NWU_ACM 阅读(99) 评论(0) 推荐(0) 编辑

摘要: 1 #include <iostream> 2 #include <cstdio> 3 #include <cmath> 4 #include <cstdlib> 5 #include <algorithm> 6 using namespace std; 7 8 int a[1005][1001] 阅读全文
posted @ 2017-02-23 21:17 NWU_ACM 阅读(112) 评论(0) 推荐(0) 编辑

2017年2月22日

摘要: 1 #include<stdio.h> 2 #include<string.h> 3 int main() 4 { 5 int i,j,k,l,n,h,t,min,head,tail,num[1000]; 6 char a[1000]; 7 scanf("%d",&t); 8 for(j=0;j<t 阅读全文
posted @ 2017-02-22 21:22 NWU_ACM 阅读(121) 评论(0) 推荐(0) 编辑

2017年2月21日

摘要: 1 #include <iostream> 2 #include <cstring> 3 #include <algorithm> 4 #include <set> 5 using namespace std; 6 7 set<string> out; 8 9 int main() 10 { 11 阅读全文
posted @ 2017-02-21 21:16 NWU_ACM 阅读(73) 评论(0) 推荐(0) 编辑

2017年2月20日

摘要: 1 #include <bits/stdc++.h> 2 #define INF 0x3f3f3f3f 3 #define N 100000+5 4 typedef long long ll; 5 using namespace std; 6 7 int a[N]; 8 int main() 9 { 阅读全文
posted @ 2017-02-20 17:18 NWU_ACM 阅读(98) 评论(0) 推荐(0) 编辑

摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 9 struct node{ 10 int n,step; 11 node(){}; 12 node(int n,int step){ 13 this->n... 阅读全文
posted @ 2017-02-20 13:33 NWU_ACM 阅读(90) 评论(0) 推荐(0) 编辑

2017年2月18日

摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 int main() 5 { 6 int T; 7 cin >> T; 8 for(int t = 1; t <= T; t++) 9 { 10 l 阅读全文
posted @ 2017-02-18 11:42 NWU_ACM 阅读(161) 评论(0) 推荐(0) 编辑

2017年2月17日

摘要: 1 #include <cstdio> 2 #include <cstring> 3 #include <cstdlib> 4 #define N 111 5 char a[N]; 6 int main() 7 { 8 scanf("%s",a); 9 int len=strlen(a); 10 i 阅读全文
posted @ 2017-02-17 15:50 NWU_ACM 阅读(133) 评论(0) 推荐(0) 编辑

2017年2月16日

摘要: from:http://www.cnblogs.com/XDJjy/archive/2013/04/02/2995918.html 阅读全文
posted @ 2017-02-16 16:47 NWU_ACM 阅读(118) 评论(0) 推荐(0) 编辑

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