码迷,mamicode.com
首页 >  
搜索关键字:chess queen    ( 565个结果
(校赛)URAL 1991 The battle near the swamp
In the battle with the Trade Federation, Queen Amidala decided to ask gungans for help. Jar Jar Binks escorted the Queen and her people to the holy place where they had an agreement. The gungans agree...
分类:其他好文   时间:2014-07-29 15:01:46    阅读次数:235
POJ 1915 Knight Moves
Knight Moves Description Background  Mr Somurolov, fabulous chess-gamer indeed, asserts that no one else but him can move knights from one position to another so fast. Can you beat him?  The P...
分类:其他好文   时间:2014-07-26 17:23:32    阅读次数:590
HDU 1087 Super Jumping! Jumping! Jumping!
Problem DescriptionNowadays, a kind of chess game called “Super Jumping! Jumping! Jumping!” is very popular in HDU. Maybe you are a good boy, and know...
分类:其他好文   时间:2014-07-24 17:28:16    阅读次数:241
TopCoder SRM 628 DIV 2
250-point problemProblem StatementJanusz is learning how to play chess. He is using the standard chessboard with 8 rows and 8 columns. Both the rows a...
分类:其他好文   时间:2014-07-22 23:21:17    阅读次数:348
POJ 1915: Knight Moves
Knight Moves Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 21362 Accepted: 9926 Description Background Mr Somurolov, fabulous chess-gamer indeed...
分类:其他好文   时间:2014-07-18 23:12:55    阅读次数:280
LeetCode N-Queens II
class Solution {private: int queen_num; int total;public: int totalNQueens(int n) { queen_num = n; total = 0; vector h(n...
分类:其他好文   时间:2014-07-18 16:12:55    阅读次数:210
POJ 2996 & 2993 国际象棋布局 模拟
Description Your task is to read a picture of a chessboard position and print it in the chess notation. Input The input consists of an ASCII-art picture of a chessboard with chess pieces on positio...
分类:其他好文   时间:2014-07-18 11:03:28    阅读次数:305
LeetCode N-Queens
class Solution {private: int queen_num; vector > res;public: vector > solveNQueens(int n) { res.clear(); queen_num = n; ...
分类:其他好文   时间:2014-07-16 12:09:34    阅读次数:247
UVA Don't Get Rooked
题目如下:  Don't Get Rooked  In chess, the rook is a piece that can move any number of squaresvertically or horizontally. In this problem we will consider smallchess boards (at most ...
分类:其他好文   时间:2014-07-16 10:16:07    阅读次数:254
uva 11195 Another queen (用状态压缩解决N后问题)
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2136 Problem A Another n-Queen Problem I guess the n-queen problem is known by every ...
分类:其他好文   时间:2014-07-13 18:16:11    阅读次数:498
565条   上一页 1 ... 51 52 53 54 55 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!