As we know, Rikka is poor at math. Yuta is worrying about this situation, so he gives Rikka some math tasks to practice. There is one of them:
Yuta has an undirected connected graph G=⟨V,E⟩ with n nodes and n−1 edges. Yuta can choose some edges in E and remove them. It is clear that Yuta has 2n−1different ways to remove.
Now, Yuta want to know the number of ways to remove the edges which make the maximum matching size of the remaining graph G′ is divisible by m.
It is too difficult for Rikka. Can you help her?
An edge set S is a match of G=⟨V,E⟩ if and only if each nodes in V connects to at most one edge in S. The maximum matching of graph G is defined as the match of G with the largest size.