摘要: 题意:Today on a lecture about strings Gerald learned a new definition of string equivalency. Two stringsaandbof equal length are calledequivalentin one ... 阅读全文
posted @ 2015-07-29 20:37 白一 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 题意: Given a sequence of integers S = {S1, S2, . . . , Sn}, you should determine what is the value of themaximum positive product involving consecutive... 阅读全文
posted @ 2015-07-29 19:58 白一 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 题意: The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region... 阅读全文
posted @ 2015-07-29 19:29 白一 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 题意: 在N*N的方格棋盘放置了N个皇后,使得它们不相互攻击(即任意2个皇后不允许处在同一排,同一列,也不允许处在与棋盘边框成45角的斜线上。 你的任务是,对于给定的N,求出有多少种合法的放置方法。Input共有若干行,每行一个正整数N≤10,表示棋盘和皇后的数量;如果N=0,表示结束。Output... 阅读全文
posted @ 2015-07-29 19:08 白一 阅读(388) 评论(1) 推荐(0) 编辑