摘要: 迷宫问题Time Limit: 1000MS Memory Limit: 65536KTotal Submissions: 24415 Accepted: 14241Description定义一个二维数组: int maze[5][5] = { 0, 1, 0, 0,... 阅读全文
posted @ 2017-08-22 16:50 WangMeow 阅读(180) 评论(0) 推荐(0) 编辑
摘要: River HopscotchTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 15398 Accepted: 6510DescriptionEvery year the cows hold an ev... 阅读全文
posted @ 2017-08-22 11:14 WangMeow 阅读(187) 评论(0) 推荐(0) 编辑
摘要: Aggressive cowsTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 15599 Accepted: 7477DescriptionFarmer John has built a new lo... 阅读全文
posted @ 2017-08-19 20:26 WangMeow 阅读(683) 评论(0) 推荐(0) 编辑
摘要: Cable masterTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 50208 Accepted: 10558DescriptionInhabitants of the Wonderland ha... 阅读全文
posted @ 2017-08-19 16:44 WangMeow 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Can you find it?Time Limit: 10000/3000 MS (Java/Others) Memory Limit: 32768/10000 K (Java/Others)Total Submission(s): 31815 Acce... 阅读全文
posted @ 2017-08-19 09:31 WangMeow 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 数据结构实验之查找七:线性之哈希表Time Limit: 1000MS Memory Limit: 65536KBSubmit Statistic DiscussProblem Description根据给定的一系列整数关键字和素数p,用除留余数法定义hash函数H(... 阅读全文
posted @ 2017-08-18 20:12 WangMeow 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 数据结构实验之查找五:平方之哈希表Time Limit: 400MS Memory Limit: 65536KBSubmit Statistic DiscussProblem Description给定的一组无重复数据的正整数,根据给定的哈希函数建立其对应hash表,... 阅读全文
posted @ 2017-08-18 18:46 WangMeow 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 查找练习 hash——出现过的数字Time Limit: 1000MS Memory Limit: 65536KBSubmit Statistic DiscussProblem Description有一个数据字典,里面存有n个数字(n#includeusing na... 阅读全文
posted @ 2017-08-18 12:29 WangMeow 阅读(177) 评论(0) 推荐(0) 编辑
摘要: A New Stone GameTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 6049 Accepted: 3307DescriptionAlice and Bob decide to play a... 阅读全文
posted @ 2017-08-18 09:58 WangMeow 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 取石子游戏Time Limit: 1000MS Memory Limit: 10000KTotal Submissions: 42372 Accepted: 14358Description有两堆石子,数量任意,可以不同。游戏开始由两个人轮流取石子。游戏规定,每次有两... 阅读全文
posted @ 2017-08-17 20:33 WangMeow 阅读(170) 评论(0) 推荐(0) 编辑