Score : $600$ points
Find the number of graphs with $N$ labeled vertices and $M$ unlabeled edges, not necessarily simple or connected, that satisfy the following conditions, modulo $(10^9+7)$:
Input is given from Standard Input in the following format:
$N$ $M$ $L$
Print the answer.
3 2 3
3
When the vertices are labeled $1$ through $N$, the following three graphs satisfy the condition:
4 3 2
6
300 290 140
211917445