NOIP模拟赛 -10.25

思路:二分检验 html    个人二分姿式无法检验到0node    0须要特判一下git 1 #include <cstdio> 2 #include <cctype> 3 #include <algorithm> 4 #define min(a,b) a<b?a:b 5 6 typedef long long LL; 7 8 const int MAXN=100010;
相关文章
相关标签/搜索