markdown 在线制作ppt json校验和格式化工具
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 33 下一页
摘要: 1 #include 2 #include 3 #define MAXN 1005 4 using namespace std; 5 6 int dp[MAXN]; 7 int date[MAXN]; 8 9 int main()10 {11 //freopen("acm.acm","... 阅读全文
posted @ 2015-06-11 11:10 GavinHacker 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #define MAXN 21 4 using namespace std; 5 6 int _m[MAXN][MAXN]; 7 int flag[MAXN]; 8 9 int n;10 int index;11 int _max;12 i... 阅读全文
posted @ 2015-06-11 11:09 GavinHacker 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #define MAXN 50000 3 using namespace std; 4 5 int parent[MAXN]; 6 int Find_set(int); 7 void Make_set(int); 8 void Union(int,int); 9 int... 阅读全文
posted @ 2015-06-11 11:08 GavinHacker 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 5 int main() 6 { 7 //freopen("acm.acm","r",stdin); 8 unsigned num; 9 unsigned mod; 10 ... 阅读全文
posted @ 2015-06-11 11:08 GavinHacker 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 5 int main() 6 { 7 //freopen("acm.acm","r",stdin); 8 int a; 9 int b;10 int c;11 ... 阅读全文
posted @ 2015-06-11 11:08 GavinHacker 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 5 int main() 6 { 7 //freopen("acm.acm","r",stdin); 8 int n; 9 int k; 10 int sum;... 阅读全文
posted @ 2015-06-11 11:07 GavinHacker 阅读(171) 评论(0) 推荐(0) 编辑
摘要: #include#include#define kind 30using namespace std;class trie{private: struct trienode { trienode * next[kind]; char c[kind];... 阅读全文
posted @ 2015-06-11 11:06 GavinHacker 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 8 int main() 9 {10 //freopen("acm.acm","r",stdin);11 string ... 阅读全文
posted @ 2015-06-11 11:04 GavinHacker 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 using namespace std; 3 #include 4 #include 5 int main() 6 { 7 //freopen("1.txt","r",stdin); 8 int i; 9 int num;10 int a[... 阅读全文
posted @ 2015-06-11 11:04 GavinHacker 阅读(125) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#define MAXN 400using namespace std;struct node{ string s1; string s2;};node a[400];int main(){ //freopen("acm.acm","r",stdin)... 阅读全文
posted @ 2015-06-11 11:03 GavinHacker 阅读(141) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 33 下一页
markdown 在线制作ppt json校验和格式化工具