摘要: E -Gold CoinsTime Limit:1000MSMemory Limit:30000KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionThe king pays his loyal knight in gold coins. On... 阅读全文
posted @ 2014-02-13 21:27 6bing 阅读(165) 评论(0) 推荐(0) 编辑
摘要: D -We Love MOE GirlsTime Limit:500MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionChikami Nanako is a girl living in many di... 阅读全文
posted @ 2014-02-13 21:26 6bing 阅读(142) 评论(0) 推荐(0) 编辑
摘要: A - Who's in the Middle Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uDescriptionFJ is surveying his herd to find the most av... 阅读全文
posted @ 2014-02-13 21:22 6bing 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 查找练习 hash——出现过的数字 Time Limit: 1000MS Memory limit: 65536K 题目描述有一个数据字典,里面存有n个数字(nint a[100000]={0};int main(){ int n, m, i, b, c; scanf("%d %d", ... 阅读全文
posted @ 2014-02-13 10:55 6bing 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 数据结构上机实验之二分查找Time Limit: 1000ms Memory limit: 65536K有疑问?点这里^_^题目描述在一个递增的序列里,查找元素是否存在,若存在输出YES,不存在输出NO.输入本题多组数据,首先输入一个数字n,然后输入n个数,数据保证数列递增,然后再输入一个查找数字。... 阅读全文
posted @ 2014-02-13 10:02 6bing 阅读(142) 评论(0) 推荐(0) 编辑