Levko loves all sorts of sets very much.
Levko has two arrays of integers
a1,a2,... ,an and
b1,b2,... ,bm and a prime number
p. Today he generates
n sets. Let's describe the generation process for the
i-th set:
-
First it has a single number 1.
-
Let's take any element c from this set. For all j (1≤j≤m) if number (c·aibj)modp doesn't occur in the set, then add it to the set.
-
Repeat step 2 as long as we can add at least one element to our set.
Levko wonders, how many numbers belong to at least one set. That is, he wants to know what size is the union of
n generated sets.