摘要: 题目 题目     分析 练习STL     代码 cpp include using namespace std; int main() { int n; while(scanf("%d",&n) && n!=0) { queue q; printf("Di 阅读全文
posted @ 2017-11-26 00:35 noble_(noblex) 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 题目 题目     分析 自认已经很简洁了,虽说牺牲了一些效率     代码 cpp include using namespace std; set m; string s[120003]; int main() { int n; while(cin s[n 阅读全文
posted @ 2017-11-26 00:32 noble_(noblex) 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 题目 题目     分析 练习STL     代码 cpp include using namespace std; int main() { int t; scanf("%d",&t); while(t ) { int n,m,a[105],cnt=0; q 阅读全文
posted @ 2017-11-26 00:28 noble_(noblex) 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 题目 题目     分析 算是个模拟吧     代码 cpp include using namespace std; map a[130]; char s[85]; int n[130]; int PosIs() { int len=strlen(s); f 阅读全文
posted @ 2017-11-26 00:21 noble_(noblex) 阅读(249) 评论(0) 推荐(0) 编辑
/* */