Today, Jelly gets N items. The ith item has two attributes which are Ai and Bi.
For the ith item, we have:
He has too little time, so he asks you for help.
The first line contains an integer T, where T is the number of test cases. T test cases follow.For each test case, the first line contains one integer N, where N is the number of items.The second line contains N integers A1, A2, ... , AN.The third line contains N integers B1, B2, ..., BN.• 1 ≤ T ≤ 105.
• 1 ≤ N ≤ 105.
• −104 ≤Ai ≤104.
• −105 ≤Bi ≤105.
• the sum of N in all test cases doesn’t exceed 106.
For each test case, output one line containing “Case #x: y”, where x is the test case number (starting
from 1) and y is the answer.
For the first case, f1 =2, f2 =2, f3 =2, f4 =0, f5 =2.