码迷,mamicode.com
首页 >  
搜索关键字:c. kyoya and colored    ( 385个结果
poj 2513 欧拉图/trie
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
[poj 2513] Colored Sticks
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
自定义ClickSpan
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(Ploya)
UVA 10733 - The Colored Cubes 题目链接 题意:一个立方体。n种颜色,问能涂成多少不同立方体 思路:Ploya求解,正方体相应24种不同旋转一一计算出循环个数就可以。和 UVA 10601 - Cubes这题类似 代码: #include <stdio.h> #inclu ...
分类:其他好文   时间:2017-08-15 10:13:40    阅读次数:108
【LeetCode】Sort Colors 解题报告
【题目】 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
[leetcode]75.Sort Color三指针
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
HDU 1979 Red and Black
题目: 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
06 Counting Point Mutations
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
HDU - 1312 : Red and Black
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
Red and Black
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
385条   上一页 1 ... 6 7 8 9 10 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!