摘要: http://acm.hdu.edu.cn/showproblem.php?pid=3486 Problem Description YaoYao has a company and he wants to employ m people recently. Since his company is 阅读全文
posted @ 2019-04-25 11:01 丧心病狂工科女 阅读(193) 评论(0) 推荐(0) 编辑
摘要: A. Neko Finds Grapes 代码: #include <bits/stdc++.h> using namespace std; const int maxn = 1e5 + 10; int N, M; int a[maxn], b[maxn]; int odda = 0, evea = 阅读全文
posted @ 2019-04-25 10:52 丧心病狂工科女 阅读(201) 评论(0) 推荐(0) 编辑