markdown 在线制作ppt json校验和格式化工具
摘要: 1 #include 2 #include 3 #define M 35000 4 #include 5 #define N 3800 6 using namespace std; 7 8 int prime [N]; 9 void give_list();10 int main()11 {12... 阅读全文
posted @ 2015-06-11 11:58 GavinHacker 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #define MAXN 27 4 using namespace std; 5 6 short map[MAXN]; 7 short cul[MAXN]; 8 9 int main() 10 { 11 //freo... 阅读全文
posted @ 2015-06-11 11:58 GavinHacker 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 5 string s[13]; 6 7 int main() 8 { 9 //freopen("acm.acm","r",stdin);10 string tem;11 int... 阅读全文
posted @ 2015-06-11 11:57 GavinHacker 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #define MAXN 600 3 using namespace std; 4 5 int _m[MAXN][MAXN]; 6 7 int main() 8 { 9 //freopen("acm.acm","r",stdin);10 int c;... 阅读全文
posted @ 2015-06-11 11:57 GavinHacker 阅读(152) 评论(0) 推荐(0) 编辑
摘要: #include #include #define MAXN 2000using namespace std;struct node{ char c; int place;};node _node[MAXN];int index;void fun_q(int place);int len;strin... 阅读全文
posted @ 2015-06-11 11:57 GavinHacker 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #define MAXN 1005 3 using namespace std; 4 5 int a[MAXN]; 6 7 int main() 8 { 9 //freopen("acm.acm","r",stdin);10 int test;11 ... 阅读全文
posted @ 2015-06-11 11:57 GavinHacker 阅读(156) 评论(0) 推荐(0) 编辑
摘要: #include#include#includeusing namespace std;int main(){ //freopen("acm.acm","r",stdin); double tem1; double tem2; cin>>tem1; while(cin>>tem2) { if(te... 阅读全文
posted @ 2015-06-11 11:56 GavinHacker 阅读(157) 评论(0) 推荐(0) 编辑
摘要: #include#define MAXN 20using namespace std;int a_1[MAXN];int a_2[MAXN];int main(){ //freopen("acm.acm","r",stdin); int n; int m; int k; int i; int sum... 阅读全文
posted @ 2015-06-11 11:55 GavinHacker 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #define MAXN 350 5 using namespace std; 6 7 int _m[MAXN]; 8 9 int main()10 {11 //freopen("acm.acm","r",st... 阅读全文
posted @ 2015-06-11 11:55 GavinHacker 阅读(136) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#include#include#define FOR for#define M 10009using namespace std;int main(){ //freopen("acm.acm","r",stdin); unsigned sum; un... 阅读全文
posted @ 2015-06-11 11:55 GavinHacker 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 5 using namespace std; 6 7 int main() 8 { 9 //freopen("acm.acm","r",stdin);10 int i;11 int num;12 ... 阅读全文
posted @ 2015-06-11 11:54 GavinHacker 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #define MAXN 505 4 5 using namespace std; 6 7 int _m[MAXN][MAXN]; 8 int match[MAXN]; 9 bool ck[MAXN];10 11 struct node12 ... 阅读全文
posted @ 2015-06-11 11:54 GavinHacker 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #define MAXN 100005 4 using namespace std; 5 6 int _m[MAXN]; 7 bool op(int a,int b); 8 int main() 9 {10 //freopen("acm... 阅读全文
posted @ 2015-06-11 11:53 GavinHacker 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #define MAXN 200000 3 #include 4 using namespace std; 5 6 struct line_tree 7 { 8 int begin; 9 int end;10 int count;11 l... 阅读全文
posted @ 2015-06-11 11:53 GavinHacker 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #define MAXN 305 5 using namespace std; 6 int a[MAXN]; 7 int mod[MAXN]; 8 set coll; 9 set::iterator pos;10 int mai... 阅读全文
posted @ 2015-06-11 11:52 GavinHacker 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #define MAXN 400005 5 using namespace std; 6 7 char _m[MAXN]; 8 int next[MAXN]; 9 void give_next(int len);10 i... 阅读全文
posted @ 2015-06-11 11:52 GavinHacker 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #define FOR for 7 #define M 10009 8 using namespace std; 9 10 vector coll;11 bool prim1[M];1... 阅读全文
posted @ 2015-06-11 11:51 GavinHacker 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #define MAXN 10005 4 5 using namespace std; 6 7 struct node 8 { 9 int a;10 int b;11 };12 //node _node[MAXN];13 bo... 阅读全文
posted @ 2015-06-11 11:48 GavinHacker 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 int dight[9]; 5 int _pow(int m,int n); 6 int main(){ 7 //freopen("test.txt","r",stdin); 8 int ... 阅读全文
posted @ 2015-06-11 11:48 GavinHacker 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 6 int main() 7 { 8 //freopen("acm.acm","r",stdin); 9 int min_ele(int a,int b);10 ... 阅读全文
posted @ 2015-06-11 11:48 GavinHacker 阅读(242) 评论(0) 推荐(0) 编辑
markdown 在线制作ppt json校验和格式化工具