摘要:
FatMouse has stored some cheese in acity. The city can be considered as a square grid of dimension n:each grid location is labelled (p,q) where 0 0... 阅读全文
摘要:
We all love recursion! Don't we?Consider a three-parameter recursive function w(a, b,c):if a 20 or b > 20 or c > 20, then w(a, b, c)returns: w(20... 阅读全文
摘要:
Problem DescriptionA message from humans to extraterrestrial intelligence wassent through the Arecibo radio telescope in Puerto Rico on theafternoo... 阅读全文
摘要:
Problem DescriptionSpeakless很早就想出国,现在他已经考完了所有需要的考试,准备了所有要准备的材料,于是,便需要去申请学校了。要申请国外的任何大学,你都要交纳一定的申请费用,这可是很惊人的。Speakless没有多少钱,总共只攒了n万美元。他将在m个学校中选择若干的(... 阅读全文
摘要:
This game is a two-player game and isplayed as follows:1. There are n boxes; each box has its size. The box can hold up tos stones if the size is s... 阅读全文