摘要: https://ac.nowcoder.com/acm/problem/15167 二分 题意:先给b,再分给a,不符合就是no 二分就行了 #include <bits/stdc++.h> using namespace std; #define int long long const int m 阅读全文
posted @ 2020-03-11 16:48 Hazelxcf 阅读(136) 评论(0) 推荐(0)