Jenny likes balls. He has some balls and he wants to arrange them in a row on the table. Each of those balls can be one of three possible colors: red, ...
分类:
其他好文 时间:
2018-03-05 20:41:15
阅读次数:
167
#include char radix[13] = {'0','1','2','3','4','5','6','7','8','9','A','B','C'}; int main() { int g,r,b; scanf("%d%d%d",&g,&r,&b); printf("#"); printf... ...
分类:
其他好文 时间:
2018-03-03 18:12:49
阅读次数:
153
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, ...
分类:
编程语言 时间:
2018-03-03 11:02:41
阅读次数:
258
There is a fence with n posts, each post can be painted with one of the k colors. You have to paint all the posts such that no more than two adjacent ...
分类:
其他好文 时间:
2018-02-27 10:24:23
阅读次数:
168
F - Count the Colors ZOJ - 1610 F - Count the Colors ZOJ - 1610 F - Count the Colors 思路:调了一个小时,但是发现自己线段树木有写错,颜色统计出了错误。但是不明白自己颜色统计为什么错了。 求大佬指点迷津。思路很简单, ...
分类:
其他好文 时间:
2018-02-25 11:27:40
阅读次数:
235
/etc/DIR_COLORS 默认值 # Background color codes:# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=whiteNORMAL 00 # global default, altho ...
分类:
系统相关 时间:
2018-02-24 23:13:48
阅读次数:
443
打开myeclipse工具后,选择工具栏中的window-》preferences-》General-》Appearance-》Colors and Fonts-》Basic-》Text Font 双击 ...
分类:
系统相关 时间:
2018-02-23 13:26:54
阅读次数:
208
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, ...
分类:
其他好文 时间:
2018-02-20 23:34:41
阅读次数:
210
Description Beads of red, blue or green colors are connected together into a circular necklace of n beads ( n < 24 ). If the repetitions that are prod ...
分类:
其他好文 时间:
2018-02-06 11:37:26
阅读次数:
215
1.查看你的系统中自带的有哪些配色方案,在shell中执行命令: ls -l /usr/share/vim/vim70/colors/ 可以看到列出的方案,我们以“desert”方案为例。 2.在你的家目录下创建.vimrc,内容如下: set tabstop=4 set softtabstop=4 ...
分类:
系统相关 时间:
2018-02-02 14:06:33
阅读次数:
242