markdown 在线制作ppt json校验和格式化工具
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 33 下一页
摘要: 1 #include 2 #include 3 #define MAXN 2050 4 using namespace std; 5 6 int pre[MAXN]; 7 int opp[MAXN]; 8 9 void init(int n)10 {11 int i;12 fo... 阅读全文
posted @ 2015-06-11 11:03 GavinHacker 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #define MAXN 505 3 #define inf 1000000000 4 using namespace std; 5 typedef int elem_t; 6 int _m[MAXN][MAXN]; 7 int pre[MAXN]; 8 elem_t p... 阅读全文
posted @ 2015-06-11 11:02 GavinHacker 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 5 int compare(void const * i,void const * j); 6 int main() 7 { 8 //freopen("acm.acm","r",stdin); ... 阅读全文
posted @ 2015-06-11 11:02 GavinHacker 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 6 int main() 7 { 8 //freopen("acm.acm","r",stdin); 9 vector coll;10 int num;11... 阅读全文
posted @ 2015-06-11 11:02 GavinHacker 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #define MAXN 1000 5 #define M_15 15 6 using namespace std; 7 8 int _b[M_15]; 9 struct node 10 { 11 ... 阅读全文
posted @ 2015-06-11 11:01 GavinHacker 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 6 struct node 7 { 8 string s; 9 node * l;10 node * r;11 double sum;12 ... 阅读全文
posted @ 2015-06-11 11:00 GavinHacker 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #define MAXN 500 4 #define inf 100000000 5 using namespace std; 6 int pre[MAXN]; 7 int _m[MAXN][MAXN]; 8 int low_cost[MAXN]; ... 阅读全文
posted @ 2015-06-11 11:00 GavinHacker 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #define MAXN 1000 5 #define M_15 15 6 using namespace std; 7 8 int _b[M_15]; 9 struct node 10 { 11 ... 阅读全文
posted @ 2015-06-11 11:00 GavinHacker 阅读(176) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std;int give_value();int give_address();int give_dos();struct node{ int address; int dos; int valu... 阅读全文
posted @ 2015-06-11 10:59 GavinHacker 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #define pi 3.1415926536 5 6 using namespace std; 7 8 int main() 9 {10 //freopen("acm.acm","r",stdin);11 ... 阅读全文
posted @ 2015-06-11 10:59 GavinHacker 阅读(82) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 33 下一页
markdown 在线制作ppt json校验和格式化工具