Loading

摘要: Spell checker Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 18351 Accepted: 6732 Description You, as a member of a development team for a 阅读全文
posted @ 2014-05-28 21:35 北岛知寒 阅读(144) 评论(0) 推荐(0)
摘要: SquaresTime Limit: 3500MSMemory Limit: 65536KTotal Submissions: 15581Accepted: 5900DescriptionA square is a 4-sided polygon whose sides have equal len... 阅读全文
posted @ 2014-05-28 19:33 北岛知寒 阅读(237) 评论(0) 推荐(0)
摘要: ConstraintsTime Limit: 1 secs, Memory Limit: 256 MBDescription使用线性探测法(LinearProbing)可以解决哈希中的冲突问题,其基本思想是:设哈希函数为h(key)=d,并且假定哈希的存储结构是循环数组,则当冲突发生时,继续探测d+... 阅读全文
posted @ 2014-05-28 16:45 北岛知寒 阅读(1172) 评论(0) 推荐(0)
摘要: Labeling Balls Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 9936 Accepted: 2733 Description Windy has N balls of distinct weights from 1 阅读全文
posted @ 2014-05-28 15:33 北岛知寒 阅读(375) 评论(0) 推荐(0)