2019-08-22发表2025-09-18更新Codeforces赛后题解CodeForcesRound#1206题解##A. Choose Two Numbers 题目描述:给你两个集合 $A,B$, 要求你分别从$A,B$中取出一个数,使得两数之和不在$A$中也不在$B$中 $n ,m\leq 100$阅读更多
2019-08-13发表2025-09-18更新解题报告Codeforces55D-Beautiful Numbers 解题报告 Codeforces55D-Beautiful Numbers 定义“美丽的数字”为:被它自己的每一位数上的数整除的数 给定区间$[L,R]$,求有多少个美丽的数字 阅读更多