摘要: 矩形的个数时间限制:1000ms | 内存限制:65535KB难度:1描述在一个3*2的矩形中,可以找到6个1*1的矩形,4个2*1的矩形3个1*2的矩形,2个2*2的矩形,2个3*1的矩形和1个3*2的矩形,总共18个矩形。给出A,B,计算可以从中找到多少个矩形。输入本题有多组输入数据(using... 阅读全文
posted @ 2015-05-24 18:35 tcgoshawk 阅读(283) 评论(0) 推荐(0)
摘要: Divideing Jewels时间限制:1000ms | 内存限制:65535KB难度:4描述Mary and Rose own a collection of jewells. They want to split the collection among themselves so that ... 阅读全文
posted @ 2015-05-24 18:00 tcgoshawk 阅读(173) 评论(0) 推荐(0)