摘要: View Code 1 /* 2 蜗牛从井底爬出来的时间,模拟 3 */ 4 #include<stdio.h> 5 #include<stdlib.h> 6 #include<string.h> 7 #include<iostream> 8 #include<algorithm> 9 #include<queue>10 #include<map>11 #include<math.h>12 using namespace std;13 const int maxn = 1005;14 const i 阅读全文
posted @ 2012-12-08 20:45 xxx0624 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 字符串处理的简单题View Code 1 /* 2 字符串处理 简单 3 */ 4 #include<stdio.h> 5 #include<stdlib.h> 6 #include<string.h> 7 #include<iostream> 8 #include<algorithm> 9 #include<queue>10 #include<map>11 #include<math.h>12 using namespace std;13 const int maxn = 305;14 const 阅读全文
posted @ 2012-12-08 20:22 xxx0624 阅读(375) 评论(0) 推荐(0) 编辑