摘要: 视频链接:A06 二分答案 最好的套路_哔哩哔哩_bilibili 1. Luogu P2440 木材加工 #include <iostream> #include <cstring> #include <algorithm> using namespace std; typedef long lo 阅读全文
posted @ 2023-01-31 17:20 董晓 阅读(1851) 评论(2) 推荐(0) 编辑
摘要: 视频链接:A05 二分查找算法 最好的板子_哔哩哔哩_bilibili Luogu P2249 【深基13.例1】查找 // 我喜欢的板子 #include<cstdio> using namespace std; int n,m,q,a[1000005]; int find(int q){ int 阅读全文
posted @ 2023-01-31 17:14 董晓 阅读(1373) 评论(1) 推荐(2) 编辑