cf/mirror

Open Communication

CF
993B1900· candidate master1s256 MB⌨ stdin/stdout

Examples

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