#agc009c. [agc009_c]Division into Two

[agc009_c]Division into Two

给定n个不同的整数,求将它们分成两个集合X,Y,并且X集合中任意两个数的差>=A,Y集合中任意两个数的差>=B的方案数。

感谢@wxgwxg 提供翻译