Problem C: Zone Selection

Problem C: Zone Selection

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description


Input

Output

输出一行一个整数,为答案。

Sample Input Copy

4 2 2
-1 0
0 -1
2 0
0 2
-1 0
0 2
3 0
0 0

Sample Output Copy

1

HINT