随笔分类 -  LightOJ

摘要:1109 - False OrderingPDF (English)StatisticsForumTime Limit:1 second(s)Memory Limit:32 MBWe definebis a Divisor of a numberaifais divisible byb. So, t... 阅读全文
posted @ 2015-04-27 13:23 BYYB_0506 阅读(374) 评论(0) 推荐(0)
摘要:题目大意: 这题的意思就是说,给两个字符串,一个字符串中的数字是用10进制表示的,一个字符串的数字是用2进制表示的,看看十进制和二进制是否对应。解题思路: 处理在'.'上。。。。代码: 1 # include 2 # include 3 # include 4 # include 5 6 us... 阅读全文
posted @ 2015-04-26 17:32 BYYB_0506 阅读(179) 评论(0) 推荐(0)
摘要:1085 - All Possible Increasing SubsequencesPDF (English)StatisticsForumTime Limit:3 second(s)Memory Limit:64 MBAn increasing subsequence from a sequen... 阅读全文
posted @ 2015-04-26 01:01 BYYB_0506 阅读(342) 评论(0) 推荐(0)