摘要: 2012-02-06 16:31:10 阅读全文
posted @ 2012-02-06 16:32 ibos 阅读(224) 评论(0) 推荐(1)
摘要: 2012-02-06 16:25:29 阅读全文
posted @ 2012-02-06 16:26 ibos 阅读(183) 评论(0) 推荐(0)
摘要: 2012-02-06 16:23:20 阅读全文
posted @ 2012-02-06 16:25 ibos 阅读(276) 评论(0) 推荐(0)
摘要: // HDOJ 1425 sort// @author: bos// @date: 2012.2.6//用哈希表解决#include<stdio.h>#include<memory.h>int num[1000001]= {0};int main(){ int n, m; int input; wh 阅读全文
posted @ 2012-02-06 16:23 ibos 阅读(165) 评论(0) 推荐(0)
摘要: 2012-02-06 16:13:56 阅读全文
posted @ 2012-02-06 16:15 ibos 阅读(230) 评论(0) 推荐(1)