cf/mirror

Monsters and Diamonds

CF
325C2600· international gm2s256 MB⌨ stdin/stdout

Examples

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