吃花椒的妙酱
吃花椒的妙酱
全部文章
题解
归档
标签
去牛客网
登录
/
注册
吃花椒的妙酱的博客
全部文章
/ 题解
(共36篇)
Abracadabra
#include <bits/stdc++.h> using namespace std; typedef long long ll; int deal(int l1,int r1,int l2,int r2,int k)//区间长度2^k { if(l1>r1||...
2021-01-30
0
534
Raid
//最近对Raid #include <iostream> #include <vector> #include <cmath> #include <algorithm> #include <cstring> #define minn -1...
2021-01-30
0
655
FBI树
#include <iostream> #include <vector> #include <bits/stdc++.h> #define minn -10000 using namespace std; typedef long long ll; int ...
2021-01-30
0
559
兔子の逆序对
//有点坑啊,我用cout输出就超时,改用printf就ac了 #include <iostream> #include <vector> #define minn -10000 using namespace std; typedef long long ll; inli...
2021-01-30
1
736
大吉大利,今晚吃鸡
// 表达式计算 #include <bits/stdc++.h> using namespace std; typedef long long ll; ll sum=0; void han(int n,char a,char b,char c)//移动分为五步,n-1个盘子从a...
2021-01-29
0
672
The Biggest Water Problem
#include <bits/stdc++.h> using namespace std; typedef long long ll; int bian(int x) { int sum=0; while(x) { sum+=x%10; ...
2021-01-28
0
594
分数线划定
#include <bits/stdc++.h> using namespace std; typedef long long ll; struct bao { int fen,hao; }t[5005]; bool cmp(bao a,bao b)//先按照分数从大到小排...
2021-01-28
0
833
第k小数
//快排思想 //快读 #include <bits/stdc++.h> using namespace std; typedef long long ll; int arr[5000005]; inline int read(){ int x = 0, f = 1; ...
2021-01-28
0
618
借教室
//借教室 //二分订单数 #include <bits/stdc++.h> using namespace std; typedef long long ll; int n; int r[1000005];//存每天最多借的教室数量 int d[1000005];//存教室数差分...
2021-01-24
6
673
扑克牌
//扑克牌 //二分 #include <bits/stdc++.h> using namespace std; typedef long long ll; int n; ll m; ll c[52]; bool pd(ll t) { ll cnt=0;//计算凑t套牌需多少...
2021-01-20
0
461
首页
上一页
1
2
3
4
下一页
末页