cf/mirror

Making Shapes

CF
1290F3500· legendary gm5s768 MB⌨ stdin/stdout
#dp

Examples

Sample 1of 6
Input
3 3
-1 0
1 1
0 -1
Output
3
Sample 2of 6
Input
3 3
-1 0
2 2
0 -1
Output
1
Sample 3of 6
Input
3 1776966
-1 0
3 3
0 -2
Output
296161
Sample 4of 6
Input
4 15
-4 -4
-1 1
-1 -4
4 3
Output
1
Sample 5of 6
Input
5 10
3 -4
4 -3
1 -3
2 -3
-3 -4
Output
0
Sample 6of 6
Input
5 1000000000
-2 4
2 -3
0 -4
2 4
-1 -3
Output
9248783
1290F.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)