摘要:
#define _CRT_SECURE_NO_WARNINGS #include using namespace std; int main() { int w[6]; int h[6]; while (scanf("%d%d", &w[0], &h[0])){ for (int i = 1; i h[i]){ ... 阅读全文
posted @ 2016-07-25 20:45
PatrickZhou
阅读(118)
评论(0)
推荐(0)
摘要:
#define _CRT_SECURE_NO_WARNINGS #include #include #include #include using namespace std; int main() { string s, t; while (cin >> s >> t) { int sLen = s.length(); ... 阅读全文
posted @ 2016-07-25 19:23
PatrickZhou
阅读(130)
评论(0)
推荐(0)

浙公网安备 33010602011771号