摘要: 传送门:https://cn.vjudge.net/problem/UVA-1588 #include <iostream> #include <string.h> using namespace std; int kick(char *s1,char *s2, int n, int m) { in 阅读全文
posted @ 2018-07-14 10:16 子诚- 阅读(138) 评论(0) 推荐(0)
摘要: 传送门:https://cn.vjudge.net/problem/UVA-1587 #include <iostream> #include <stdio.h> #include <string.h> #include <algorithm> using namespace std; pair<i 阅读全文
posted @ 2018-07-14 09:56 子诚- 阅读(111) 评论(0) 推荐(0)
摘要: 题目:https://cn.vjudge.net/problem/UVA-10340 #include <iostream> #include <stdio.h> #include <string.h> using namespace std; char s[1000005],t[1000005]; 阅读全文
posted @ 2018-07-14 09:45 子诚- 阅读(147) 评论(0) 推荐(0)
摘要: 题目:https://vjudge.net/problem/UVA-202 https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=138 #include <io 阅读全文
posted @ 2018-07-14 09:41 子诚- 阅读(208) 评论(0) 推荐(0)