2019-08-22发表2025-09-18更新Codeforces赛后题解CodeForcesRound#1206题解##A. Choose Two Numbers 题目描述:给你两个集合 $A,B$, 要求你分别从$A,B$中取出一个数,使得两数之和不在$A$中也不在$B$中 $n ,m\leq 100$阅读更多