markdown 在线制作ppt json校验和格式化工具
上一页 1 2 3 4 5 6 7 8 9 10 ··· 33 下一页
摘要: 1 #include 2 #include 3 using namespace std; 4 5 int main() 6 { 7 //freopen("acm.acm","r",stdin); 8 double x1; 9 double y1;10 double... 阅读全文
posted @ 2015-06-11 11:41 GavinHacker 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 int main() 8 { 9 //freopen("acm.acm","r",stdin);10 set coll[7];11 ... 阅读全文
posted @ 2015-06-11 11:41 GavinHacker 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #define MAXN 10000001 4 using namespace std; 5 6 int a[MAXN]; 7 void give_set(); 8 int min(int i,int j); 9 int main()10 {11... 阅读全文
posted @ 2015-06-11 11:40 GavinHacker 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #define M 350000 4 #define N 30000 5 using namespace std; 6 7 int boo[10000]; 8 int prime[N]; 9 void give_list();10 int ma... 阅读全文
posted @ 2015-06-11 11:40 GavinHacker 阅读(111) 评论(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 n;10 int i;11 dou... 阅读全文
posted @ 2015-06-11 11:40 GavinHacker 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #define MAXN 705 7 using namespace std; 8 int num; 9 double p[MAXN][2];10 double a[MAXN*MAXN... 阅读全文
posted @ 2015-06-11 11:40 GavinHacker 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 int cmp ( const void *a , const void *b ) 5 { 6 return *(int *)b - *(int *)a; 7 } 8 int main() 9... 阅读全文
posted @ 2015-06-11 11:39 GavinHacker 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #define MAXN 1000000 4 using namespace std; 5 6 unsigned a[MAXN]; 7 8 int main() 9 {10 //freopen("acm.acm","r",stdin);1... 阅读全文
posted @ 2015-06-11 11:38 GavinHacker 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 5 int main() 6 { 7 //freopen("acm.acm","r",stdin); 8 int f_0; 9 int f_1;10 int f_2;11... 阅读全文
posted @ 2015-06-11 11:38 GavinHacker 阅读(91) 评论(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 double ... 阅读全文
posted @ 2015-06-11 11:38 GavinHacker 阅读(230) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 33 下一页
markdown 在线制作ppt json校验和格式化工具