摘要: unrating的一场CF A - Complicated GCD 贪心 B - Rebus 取最小最大,从最大调到n 贪心 C - International Olympiad 头晕,看不懂题意 Consider the abbreviations that are given to the fi 阅读全文
posted @ 2016-04-19 19:26 Running_Time 阅读(226) 评论(0) 推荐(0)
摘要: 题目连接 排行榜 A和I都是签到题 按位BFS K Yet Another Multiple Problem 题意:给一些可以用的数字,求最小的数,它由特定的数字组成且是n的倍数 分析:暴力枚举不可行,因为数字可能非常大。考虑到大数取模为0,BFS每一层即数位,递归输出路径。 同类型的题目: URA 阅读全文
posted @ 2016-04-19 17:29 Running_Time 阅读(203) 评论(0) 推荐(0)