果然还是起名字难
果然还是起名字难
全部文章
分类
题解(2)
归档
标签
去牛客网
登录
/
注册
果然还是起名字难的博客
全部文章
(共2篇)
A题:如何才能通过传送门(解释在注释里)
#include <bits/stdc++.h> using namespace std; typedef long long ll; const int N = 201000; int n,m,q,a[N]; int main() { cin>>n>...
C++
模拟
2022-05-10
0
258
题解 | #Who is The 19th ZUCCPC Champion#
L题 二分+优先队列(堆) ```#include <bits/stdc++.h> using namespace std; typedef long long ll; const int N = 1001000; ll t,n,a[N],ans,k; ll check(ll ...
C++
堆(优先队列)
二分查找
2022-04-13
5
509