2018.9 ECNU ICPC/CCPC Trial Round #1

E. Endless BFS
PDF 题面可用
你可以在这里下载。

单点时限: 2.0 sec

内存限制: 512 MB

样例

Input
3 3
1 2
1 3
2 3
Output
2
Input
4 3
1 2
2 3
3 4
Output
-1
Input
4 4
1 2
2 3
3 4
4 1
Output
-1
Input
8 9
2 1
3 5
1 6
2 5
3 1
8 4
2 7
7 1
7 4
Output
3