咻132
咻132
全部文章
分类
题解(7)
归档
标签
去牛客网
登录
/
注册
咻132的博客
全部文章
(共1篇)
题解 | #【入门班】借教室#
#include<bits/stdc++.h> using namespace std; int n,m; const int N=1e6+9; int a[N],c[N]; struct dd{ int d,s,t; }p[N]; bool ck(int x){//x为订单顺...
C++
二分查找
前缀和
2025-07-03
1
10