cf/mirror

Edges in MST

CF
160D2300· international master2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
4 5
1 2 101
1 3 100
2 3 2
2 4 2
3 4 1
Output
none
any
at least one
at least one
any
Sample 2of 3
Input
3 3
1 2 1
2 3 1
1 3 2
Output
any
any
none
Sample 3of 3
Input
3 3
1 2 1
2 3 1
1 3 1
Output
at least one
at least one
at least one
160D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…