摘要:
补题,参考博客:https://blog.csdn.net/qq_43676357/article/details/105559491?fps=1&locationNum=2 阅读全文
posted @ 2020-04-16 20:49
晴屿
阅读(104)
评论(0)
推荐(0)
摘要:
``` #include #include #include #include using namespace std; const int N = 2e5+10; typedef long long ll; ll t, n1, n2, n3; ll a[N], b[N], c[N]; //分别固定一个数 设为a[i] //然后从 b 和 c 中找一个小于等于他的 和 一个大于等于他的 //然后枚 阅读全文
posted @ 2020-04-16 20:48
晴屿
阅读(105)
评论(0)
推荐(0)
摘要:
补题 参考:https://blog.csdn.net/weixin_45750972/article/details/105523046 阅读全文
posted @ 2020-04-16 13:45
晴屿
阅读(107)
评论(0)
推荐(0)