#Lutece0837. The Number Off of FFF

The Number Off of FFF

Migrated from Lutece 837 The Number Off of FFF

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

XX soldiers from the famous "FFF army'' is standing in a line, from left to right.

You, as the captain of FFF, decides to have a number off, that is, each soldier, from left to right, calls out a number. The first soldier should call One, each other soldier should call the number next to the number called out by the soldier on his left side. If every soldier has done it right, they will call out the numbers from 11 to XX, one by one, from left to right.

Now we have a continuous part from the original line. There are NN soldiers in the part. So in another word, we have the soldiers whose id are between AA and A+N1A + N - 1 (1AA+N1X1 \leq A \leq A + N - 1 \leq X). However, we don't know the exactly value of AA, but we are sure the soldiers stands continuously in the original line, from left to right.

We are sure among those NN soldiers, exactly one soldier has made a mistake. Your task is to find that soldier.

Input

The first line has a number TT (T10T\leq 10) , indicating the number of test cases.

For each test case there are two lines. First line has the number NN, and the second line has NN numbers, as described above. (3N1053\leq N \leq 10^5)

It guaranteed that there is exactly one soldier who has made the mistake.

Output

For test case XX, output in the form of Case #X: L, LL here means the position of soldier among the NN soldiers counted from left to right based on 11.

Samples

2
3
1 2 4
3
1001 1002 1004
Case #1: 3
Case #2: 3

Resources

2013 ACM-ICPC China Chengdu Provincial Programming Contest