摘要: 2012-02-06 16:31:10 阅读全文
posted @ 2012-02-06 16:32 ibos 阅读(219) 评论(0) 推荐(1) 编辑
摘要: 2012-02-06 16:25:29 阅读全文
posted @ 2012-02-06 16:26 ibos 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 2012-02-06 16:23:20 阅读全文
posted @ 2012-02-06 16:25 ibos 阅读(249) 评论(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 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 2012-02-06 16:13:56 阅读全文
posted @ 2012-02-06 16:15 ibos 阅读(215) 评论(0) 推荐(1) 编辑