luo想要个气球
luo想要个气球
全部文章
分类
未归档(1)
题解(58)
归档
标签
去牛客网
登录
/
注册
luo想要个气球的博客
TA的专栏
27篇文章
0人订阅
每日一题
27篇文章
993人学习
全部文章
(共59篇)
【每日一题】起床困难综合症
来自专栏
题意: sol: #include <cstdio> #include <bitset> using namespace std; bitset<30> a,b((1<<30) - 1),c; int n,m; int main(){ sc...
2020-10-22
0
651
【每日一题】bfs
来自专栏
题意: 思路: #include <cstdio> #include <queue> #include <iostream> #include <stdlib.h> using namespace std; int cnt; const int N...
2020-08-30
0
709
【每日一题】Three States
来自专栏
题意: 思路: #include <cstdio> #include <deque> using namespace std; const int N = 1e3 + 5; const int inf = 0x3f3f3f3f; char mp[N][N]; bool v...
2020-08-29
0
733
【每日一题】南园满地堆轻絮
来自专栏
题意: 思路: #include <cstdio> #include <algorithm> using namespace std; const int N = 5e6 + 10; int n; int S_a,S_b,S_c,S_d,mod,mx; int a[N];...
2020-08-28
0
852
【每日一题】小A买彩票
来自专栏
题意: 思路: #include <cstdio> #include <algorithm> #include <cstring> using namespace std; typedef long long ll; ll dp[35][150];//dp(...
2020-08-27
0
618
【每日一题】装货物
来自专栏
题意: 思路: #include <cstdio> #include <algorithm> using namespace std; const int N = 25; const int inf = 0x3f3f3f3f; int a[N],w[N],ans,n,x,...
2020-08-27
0
830
【每日一题】 Is It A Tree?
来自专栏
题意: 思路: #include <cstdio> #include <set> #include <iostream> using namespace std; const int N = 1e6 + 10; int fa[N],in[N]; int m;/...
2020-08-27
0
993
【每日一题】XOR-pyramid
来自专栏
题意: 思路: #include <cstdio> #include <algorithm> using namespace std; const int N = 5e3 + 10; int n,f[N][N],mx[N][N]; int main(){ scan...
2020-08-27
0
706
【每日一题】RinneLovesData
来自专栏
题意: 思路: #include <cstdio> #include <random> #include <unordered_map> #include <algorithm> using namespace std; const int N =...
2020-08-26
0
710
【每日一题】小A的柱状图
来自专栏
题意: 思路: #include <cstdio> #include <stack> #include <iostream> #include <algorithm> using namespace std; typedef long long l...
2020-08-24
0
617
首页
上一页
1
2
3
4
5
6
下一页
末页