cf/mirror

The Tournament

CF
391C22s256 MB⌨ stdin/stdout
#greedy

Examples

Sample 1of 3
Input
3 2
1 1
1 4
2 2
Output
3
Sample 2of 3
Input
2 1
3 2
4 0
Output
-1
Sample 3of 3
Input
5 2
2 10
2 10
1 1
3 1
3 1
Output
12
391C2.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)