markdown 在线制作ppt json校验和格式化工具
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 33 下一页
摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 6 int my_abs(int); 7 int main() 8 { 9 //freopen("acm.acm","r",stdin);10 int num;11... 阅读全文
posted @ 2015-06-11 11:37 GavinHacker 阅读(196) 评论(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 = ... 阅读全文
posted @ 2015-06-11 11:37 GavinHacker 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #define MAXN 15 4 using namespace std; 5 6 //int rec[MAXN]; 7 8 int main() 9 {10 //freopen("acm.acm","r",stdin);11 ... 阅读全文
posted @ 2015-06-11 11:37 GavinHacker 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 6 int main() 7 { 8 //freopen("acm.acm","r",stdin); 9 string s;10 int pos;11 ... 阅读全文
posted @ 2015-06-11 11:36 GavinHacker 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #define MAXN 105 6 #define inf 1000000000 7 using namespace std; 8 9 typedef double elem_t;10 11 doubl... 阅读全文
posted @ 2015-06-11 11:35 GavinHacker 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 5 int a[] = {2,3,5,7,11,13,17,23,25,29,37,41,43,47,53,61,67,71,77,83,89,91,97,107,115,119,121,127,131... 阅读全文
posted @ 2015-06-11 11:35 GavinHacker 阅读(560) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 6 //int my_pow(int ,int ); 7 int main() 8 { 9 //freopen("acm.acm","r",stdin);10 in... 阅读全文
posted @ 2015-06-11 11:34 GavinHacker 阅读(132) 评论(0) 推荐(0) 编辑
摘要: #include//#include#include#includeusing namespace std;char map[]={'`','1','2','3','4','5','6','7','8','9','0','-','=','Q','W','E','R','T','Y','U 阅读全文
posted @ 2015-06-11 11:33 GavinHacker 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #define MAXN 100000 5 using namespace std; 6 7 double a[MAXN]; 8 double x1 = 0; 9 double x2 = 0;10 double x3 = 0;... 阅读全文
posted @ 2015-06-11 11:33 GavinHacker 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #define MAXN 10001 3 using namespace std; 4 5 struct _node 6 { 7 int b; 8 int e; 9 };10 11 void discreat(int l,int r,int index)... 阅读全文
posted @ 2015-06-11 11:32 GavinHacker 阅读(190) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 33 下一页
markdown 在线制作ppt json校验和格式化工具