Ticket 17105
Problem 1776 -f
Submission 229759356
View hacks & all small testcases

Unable to dry run this testcase?
Try making a new request with small values of n_high, t_high, *_high, etc.


Retry
Input
1
5 7
1 2
1 3
1 4
1 5
2 3
2 5
3 4
Expected Output
2
1 2 2 2 1 1 2
Your Output
3
1 1 1 2 2 2 3 
Difference
Generator Parameters
--choose_edges_dynamically 0 --extra_edges_high 5 --extra_edges_low 0 --n_high 5 --n_low 3 --t_high 1 --t_low 1