摘要: 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) 编辑
摘要: 1 //HDOJ 1108题 2 // @author: bos 3 // @date: 2012.1.27 4 5 #include <stdio.h> 6 int main() 7 { 8 int temp, num1, num2, a, r; //a是乘积,r是余数 9 while(scanf 阅读全文
posted @ 2012-01-27 01:18 ibos 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 1 // @author: bos 2 // @date: 2012.1.27 3 // HDOJ 2160题 4 // 稍微写几个数据就能发现规律: 5 // 第1天只有一头猪,第2天有两头猪,分为两部分,一部分是年龄是1天的猪,另一部分是刚出生的猪。 6 // 从第3天开始,第2天里年龄是1天的 阅读全文
posted @ 2012-01-27 00:50 ibos 阅读(246) 评论(0) 推荐(0) 编辑