摘要:
A - Little Artem and Presents (div2) 1 2 1 2这样加就可以了 B - Little Artem and Grasshopper (div2) 水题,暴力模拟一下 构造 C - Little Artem and Matrix (div2) 倒过来做,循环也反着 阅读全文
摘要:
unrating的一场CF A - Complicated GCD 贪心 B - Rebus 取最小最大,从最大调到n 贪心 C - International Olympiad 头晕,看不懂题意 Consider the abbreviations that are given to the fi 阅读全文
摘要:
题目连接 排行榜 A和I都是签到题 按位BFS K Yet Another Multiple Problem 题意:给一些可以用的数字,求最小的数,它由特定的数字组成且是n的倍数 分析:暴力枚举不可行,因为数字可能非常大。考虑到大数取模为0,BFS每一层即数位,递归输出路径。 同类型的题目: URA 阅读全文