摘要: Problem E: Graphical EditorTime Limit:1 SecMemory Limit:64 MBSubmit:2Solved:2[Submit][Status][Web Board]DescriptionGraphical editors such as Photoshop allow us to alter bit-mapped images in the same way that text editors allow us to modify documents. Images are represented as an M x N array of pixel 阅读全文
posted @ 2013-07-30 13:34 Freecode# 阅读(498) 评论(0) 推荐(0)
摘要: Problem D: LC-DisplayTime Limit:1 SecMemory Limit:64 MBSubmit:14Solved:3[Submit][Status][Web Board]DescriptionA friend of yours has just bought a new computer. Before this, the most powerful machine he ever used was a pocket calculator. He is a little disappointed because he liked the LCD display of 阅读全文
posted @ 2013-07-30 13:22 Freecode# 阅读(316) 评论(0) 推荐(0)
摘要: Problem B: MinesweeperTime Limit:1 SecMemory Limit:64 MBSubmit:29Solved:7[Submit][Status][Web Board]DescriptionMinesweeper Have you ever played Minesweeper? This cute little game comes with a certain operating system whose name we can't remember. The goal of the game is to find where all the min 阅读全文
posted @ 2013-07-30 13:12 Freecode# 阅读(380) 评论(0) 推荐(1)
摘要: Problem A: The 3n + 1 problemTime Limit:1 SecMemory Limit:64 MBSubmit:14Solved:6[Submit][Status][Web Board]DescriptionConsider the following algorithm to generate a sequence of numbers. Start with an integer n. If n is even, divide by 2. If n is odd, multiply by 3 and add 1. Repeat this process with 阅读全文
posted @ 2013-07-30 12:46 Freecode# 阅读(379) 评论(0) 推荐(0)