Time Limit: 3 sec / Memory Limit: 1024 MB Score : 600600 points Problem Statement You are given a string SS of length 2N2N consisting of lowercase Eng ...
分类:
其他好文 时间:
2018-07-30 13:27:43
阅读次数:
191
link 题意: 给定n列的方块,第i列高度$h_i$。现在要把它染成红蓝两色,要求满足:对于任意一个$2\times 2$的区域,恰有2个蓝色,2个红色。问方案数。 $n\leq 100,h_i\leq10^9.$ 题解: 观察到一个性质:对于同行相邻两个格子,如果颜色相同,那么下一行的颜色必定取 ...
分类:
其他好文 时间:
2018-07-16 01:00:17
阅读次数:
336
6552: Ball Coloring 题目描述 There are N bags, each containing two white balls. The i-th box contains two balls with integers xi and yi written on them, r ...
分类:
其他好文 时间:
2018-06-13 18:44:06
阅读次数:
214
AGC025简要题解 B RGB Coloring 一道简单题,枚举即可。 C Interval Game 考虑可以进行的操作只有两种,即左拉和右拉,连续进行两次相同的操作是没有用的。 左拉时肯定会选择右端点尽量小的,右拉选择左端点尽量大的,所以排序之后贪心即可。 D Choosing Points ...
分类:
其他好文 时间:
2018-06-09 11:36:48
阅读次数:
348
Staining wood is not just a job to make the wooden stuff look appealing but also a colorful and fun experience. Choosing the right colors and working ...
分类:
其他好文 时间:
2018-05-28 14:47:07
阅读次数:
170
问题 H: Snuke's Coloring 2-1 题目描述 There is a rectangle in the xy-plane, with its lower left corner at (0,0) and its upper right corner at (W,H). Each of ...
分类:
其他好文 时间:
2018-05-26 20:21:31
阅读次数:
199
"题目链接" 给出一个合法的括号序列,你可以将每个括号染上红色或蓝色,一对括号中有且只有一个被染色,相邻括号不能染上同一颜色,问合法染色方案个数 状态需要保存当前区间左右括号颜色,分左右边界是否为同一对括号来更新 cpp include include include using namespace ...
分类:
其他好文 时间:
2018-05-20 20:12:41
阅读次数:
138
修改注释颜色:window -- preferences -- java --editor --syntax coloring -- comments 中的前两个就是修改注释颜色的。点击右边的color修改颜色就行了。右侧还有Italic,Bold等字体样式,自己也可以选择。 ...
分类:
系统相关 时间:
2018-03-26 17:24:57
阅读次数:
227
A. Visiting a Friend 水题,但是需要注意段点初,及最后的位置 代码如下: B. Coloring a Tree 额。。。也挺水的,dfs或bfs即可,起点任意一点即可 代码如下: C. Hashing Trees 找到规律,发现当a[i]>1&&a[i-1]>1是该树会出现异构, ...
分类:
其他好文 时间:
2017-12-21 01:56:04
阅读次数:
192
Learn Android Studio 汉化教程 Learn Android Studio 汉化教程 Introducing Git The Git version control system (VCS) is fast becoming the de facto standard, not o ...
分类:
移动开发 时间:
2017-12-17 13:18:44
阅读次数:
340