Is it Obvious
You are given two integers $N$ and $M$. Let $\text{pr}(x)$ denote the number of distinct **prime** factors of $x$. Count the number of integer arrays $A$ such that: - $A$ has length $N$. - $1 \leq A_i \leq M$, and all the elements of $A$ are **distinct**. - $\text{pr}(A_i) \leq \text{pr}(A_j)$ for $1 \leq i \lt j \leq N$. The number of such arrays can be large, so print the answer modulo $99
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start