1,文章写的挺好
http://www.oschina.net/translate/making-sublime-text-2-beautiful
可惜,没有写操作。
https://github.com/mrappleton/aqua-theme
相同的项目还有:
https://github.com/buymeasoda/soda-theme (最后使用的是这个)
还好...
分类:
系统相关 时间:
2014-11-07 23:37:45
阅读次数:
459
题意:输出一堆乱排版的html标签,去多余空字符,转换为按缩进输出。
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4782
——>>2013年成都区赛题目,当时挺多做不出最后一题的队伍做出了此题,而我,无限WA到比赛结束。。今天,我AC了。。
题目中有一句话非常重要:you shouldn’t change anything of any t...
分类:
其他好文 时间:
2014-11-05 07:03:30
阅读次数:
254
[cpp] view plaincopy#include#includeconstintMAXN=200;constchar*stop="";charch;boolIsSpace(charch){returnch==32||ch==9||ch==10;}voidPrintSpace(intn){wh...
分类:
其他好文 时间:
2014-11-05 07:00:05
阅读次数:
282
题意:一个人有两个属性S, B(1 ≤ Si, Bi ≤ 10^9),当两个人的这两个属性满足 S1 S2 && B1 > B2 时,这两个人不会讨厌对方。现给出 N 个人(2 ≤ N ≤ 100 000)的属性,求最多能有多少个人,他们之间任意两人都不会讨厌对方。
题目链接:http://acdream.info/problem?pid=1216
——>>容易想到是一个二维的LIS模型。。...
分类:
其他好文 时间:
2014-11-01 06:19:17
阅读次数:
219
题意:给一个N行M列的数字矩阵的行和以及列和,每个元素的大小不超过K,问这样的矩阵是否存在,是否唯一,唯一则求出各个元素N(1 ≤ N ≤ 400) , M(1 ≤ M ≤ 400), K(1 ≤ K ≤ 40)。
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4888
——>>建图:
1)超级源S = 0,超级汇T = N + M + 1;
...
HDU 5062 Beautiful Palindrome Number(数学题)...
分类:
其他好文 时间:
2014-10-25 10:36:49
阅读次数:
160
Building Fire Stations
Time Limit: 5 Seconds
Memory Limit: 131072 KB Special Judge
Marjar University is a beautiful and peaceful place. There are N buildings and
N - 1 bidirection...
分类:
其他好文 时间:
2014-10-24 20:45:46
阅读次数:
258
To be beautiful means to be yourself You don't need to be accepted by others. You need to accept yourself真正美好的事就是做自已,不需要被别人认可,只需接受真实的自我To be beautiful...
分类:
其他好文 时间:
2014-10-23 15:52:22
阅读次数:
165
题目:BeautifulString时间限制:10000ms单点时限:1000ms内存限制:256MB描述Wesayastringisbeautifulifithastheequalamountof3ormorecontinuousletters(inincreasingorder.)Herearesomeexampleofvalidbeautifulstrings:"abc","cde","aabbcc","aaabbbccc".Herearesomeexampleofinv..
分类:
其他好文 时间:
2014-10-21 15:37:44
阅读次数:
157
昨天碰巧看到一道微软校招的编程题,题目大意如下:如果一个字符串包括三组或者更多组的连续升序字母,每组长度相等,那么我们就称这个字符串是Beautiful String如下是一些Beautiful String的例子:abc、cde、aabbcc、aaabbbccc这些不是Beautiful Stri...
分类:
其他好文 时间:
2014-10-20 14:48:53
阅读次数:
288