2015年4月8日
摘要: 题目链接:http://poj.org/problem?id=2002测试数据:41 00 11 10 090 01 02 00 21 22 20 11 12 14-2 53 70 05 20有两种解法,第一种用二分查找,第二种用到hash存储:解法一: 1 #include 2 #include ... 阅读全文
posted @ 2015-04-08 12:31 细雨微光 阅读(863) 评论(0) 推荐(0)