cf/mirror

Minimize the error

CF
960B1500· specialist1s256 MB⌨ stdin/stdout

Examples

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