摘要: 只要注意记录的 0 的个数就行水~~View Code 1 /* 2 字符串逆转 3 */ 4 #include<stdio.h> 5 #include<string.h> 6 #include<stdlib.h> 7 #include<algorithm> 8 #include<iostream> 9 #include<queue>10 //#include<map>11 #include<math.h>12 using namespace std;13 typedef long long ll; 阅读全文
posted @ 2013-03-04 22:10 xxx0624 阅读(354) 评论(0) 推荐(0) 编辑