#Lutece0473. Hello Kiki

Hello Kiki

Migrated from Lutece 473 Hello Kiki

All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.

Description

One day I was shopping in the supermarket. There was a cashier counting coins seriously when a little kid running and singing "门前大桥下游过一群鸭,快来快来 数一数,二四六七八". And then the cashier put the counted coins back morosely and count again...

Hello Kiki is such a lovely girl that she loves doing counting in a different way. For example, when she is counting XX coins, she count them NN times. Each time she divide the coins into several same sized groups and write down the group size MiM_i and the number of the remaining coins AiA_i on her note.

One day Kiki's father found her note and he wanted to know how much coins Kiki was counting.

Input

The first line is TT indicating the number of test cases.

Each case contains NN on the first line, MiM_i(1iN1\leq i \leq N) on the second line, and corresponding AiA_i(1iN1\leq i\leq N) on the third line.

All numbers in the input and output are integers.

1T1001 \leq T \leq 100, 1N61 \leq N \leq 6, 0Ai<Mi0 \leq A_i < M_i

Output

For each case output the least positive integer XX which Kiki was counting in the sample output format. If there is no solution then output 1-1.

Samples

2
2
14 57
5 56
5
19 54 40 24 80
11 2 36 20 76
Case 1: 341
Case 2: 5996

Resources

recommend by liverliu