题目描述
You are given two sequences of integers of length : and .
Print the number of pairs of integers that satisfy and the following condition.
Constraints
- All values in the input are integers.
输入格式
The input is given from Standard Input in the following format:
输出格式
Print the answer.
样例输入 #1
4 15 9 2 6 5 3 5 8 9
样例输出 #1
6
样例输入 #2
15 100 39 9 36 94 40 26 12 26 28 66 73 85 62 5 20 0 0 7 7 0 5 5 0 7 9 9 4 2 5 2
样例输出 #2
119