自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(7)
  • 收藏
  • 关注

转载 157. 树形地铁系统

https://www.acwing.com/problem/content/159/ #include <iostream> #include <algorithm> #include <vector> using namespace std; string dfs(string &seq, int &u) {...

2019-05-06 11:12:00 89

转载 156. 矩阵

https://www.acwing.com/problem/content/158/ #include <iostream> #include <algorithm> #include <unordered_set> using namespace std; typedef unsigned long long ULL; ...

2019-05-06 08:50:00 128

转载 138. 兔子与兔子

https://www.acwing.com/problem/content/description/140/ #include <iostream> #include <string.h> using namespace std; typedef unsigned long long ULL; const int N = 1000010, ...

2019-05-06 08:01:00 86

转载 155. 内存分配

https://www.acwing.com/problem/content/157/ #include <iostream> #include <algorithm> #include <queue> #include <set> #include <vector> using namespace std;...

2019-05-06 07:09:00 91

转载 154. 滑动窗口

https://www.acwing.com/problem/content/156/ #include <iostream> #include <algorithm> #include <deque> using namespace std; const int N = 1000010; int n, k; int a[N...

2019-05-06 04:25:00 89

转载 AcWing 143. 最大异或对

https://www.acwing.com/problem/content/145 #include <iostream> #include <algorithm> using namespace std; const int N = 100010; int n; int a[N]; class TrieNode { public: ...

2019-04-30 16:33:00 64

转载 AcWing 153. 双栈排序

https://www.acwing.com/problem/content/155/ #include <cstring> #include <iostream> #include <algorithm> #include <stack> using namespace std; const int N = 101...

2019-04-29 22:58:00 83

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除