An Intereting Problem

Revision en1, by conqueror_of_adamant, 2025-06-08 23:51:23

given a set of $$$n$$$ range $$$[x_i, 2 \times x_i]$$$ and $$$\sum x_i \le 10^5$$$ determine the number of arrays $$$a$$$ such that $$$x_i \le a_i \le 2 \times x_i$$$ and all the elements in $$$a$$$ are pairwise distinct

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English conqueror_of_adamant 2025-06-09 12:15:46 9 Tiny change: ' set of $n$ range $[' -> ' set of $n \le 10^5$ range $['
en2 English conqueror_of_adamant 2025-06-09 00:42:19 1
en1 English conqueror_of_adamant 2025-06-08 23:51:23 217 Initial revision (published)