http://poj.org/problem?id=2513 Colored Sticks Time Limit: 5000MS Memory Limit: 128000K Total Submissions: 37812 Accepted: 9907 Description You are giv ...
分类:
其他好文 时间:
2017-09-15 22:34:24
阅读次数:
147
Colored Sticks Time Limit: 5000MS Memory Limit: 128000K Total Submissions: 37759 Accepted: 9894 Description You are given a bunch of wooden sticks. Ea ...
分类:
其他好文 时间:
2017-09-10 19:48:02
阅读次数:
127
public abstract class ClickableLinkSpan extends ClickableSpan{ private int selectedColor; public int linkColor; private boolean colored; private boole... ...
分类:
其他好文 时间:
2017-09-04 18:20:12
阅读次数:
137
UVA 10733 - The Colored Cubes 题目链接 题意:一个立方体。n种颜色,问能涂成多少不同立方体 思路:Ploya求解,正方体相应24种不同旋转一一计算出循环个数就可以。和 UVA 10601 - Cubes这题类似 代码: #include <stdio.h> #inclu ...
分类:
其他好文 时间:
2017-08-15 10:13:40
阅读次数:
108
【题目】 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 ...
分类:
其他好文 时间:
2017-08-06 13:56:02
阅读次数:
118
import java.util.Arrays; /** * Given an array with n objects colored red,white or blue, * sort them so that objects of the same color are adjacent, * ... ...
分类:
其他好文 时间:
2017-08-02 19:01:28
阅读次数:
106
题目: There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From a tile, ...
分类:
其他好文 时间:
2017-08-02 00:40:10
阅读次数:
223
Problem Figure 2. The Hamming distance between these two strings is 7. Mismatched symbols are colored red. Figure 2. The Hamming distance between thes ...
分类:
其他好文 时间:
2017-08-01 20:44:45
阅读次数:
109
There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From a tile, he c ...
分类:
其他好文 时间:
2017-07-31 20:44:58
阅读次数:
166
There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From a tile, he c ...
分类:
其他好文 时间:
2017-07-31 20:11:40
阅读次数:
162