cf/mirror

Graph Traveler

CF
1200F2300· international master2s512 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
4
0 0 0 0
2
2 3
1
2
3
2 4 1
4
3 1 2 1
6
1 0
2 0
3 -1
4 -2
1 1
1 5
Output
1
1
2
1
3
2
Sample 2of 2
Input
4
4 -5 -3 -1
2
2 3
1
2
3
2 4 1
4
3 1 2 1
6
1 0
2 0
3 -1
4 -2
1 1
1 5
Output
1
1
1
3
1
1
1200F.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…