摘要: https://codeforces.com/contest/1409/problem/B 可以考虑先让a最小,再让b最小,最后取最小值。这个题很简单,可能是思维局限了。 #include<bits/stdc++.h> using namespace std; const int N=1e6+5; 阅读全文
posted @ 2020-09-08 18:58 asunayi 阅读(265) 评论(0) 推荐(0)