#Lutece0821. G(x)
G(x)
Migrated from Lutece 821 G(x)
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
For a binary number with digits (), we encode it as . Where is bitwise XOR operation and indicates the largest integer which is not greater than .
Due to some reasons, Mzry1992 encode his password into , and additionally, he encode into too, and write and into his diary.
This story happened many years ago and now you hold the diary with these numbers in your hands. Unfortunately, some digits are unreadable now. Could you determine the values of these digits using the readable digits?
Input
The first line has a number () , indicating the number of test cases.
For every test case, it has lines of same number of digits describe and ,
In every line, it only contains 1
, 0
and ?
. Unreadable digits are denoted with symbol ?
,
The length of every line in the input is up to .
Output
For every case, you should output Case #t:
at first, without quotes. The is the case number starting from .
Then, if there is impossible to restore and , you should output Impossible
in the second line.
Otherwise, if is unique, you should output restored and in the same format.
Otherwise, you should output Ambiguous
and the number of possible in the second line.
Samples
3
10??
10??
0010
0110
1?01
0?01
Case #1:
Ambiguous 3
Case #2:
0010
0110
Case #3:
Impossible
Note
In the first sample case, the three possible situations are:
Resources
2013 ACM/ICPC Asia Regional Chengdu Online