The input contains zero or more test cases and is terminated by end-of-file. For each test case:
The first line contains two integers n and m.
The i-th of the following m lines contains two integersand
which denotes a road between cities
and
.
*
* n < m < n + 100
*
* The towns are connected with m roads.
* The number of test cases does not exceed 10.
For each test case, output an integer which denotes the number of ways modulo.