Name: Anonymous 2017-06-03 19:31
Find x, such that it is less than the product of integers a*b*...*z, and dividing x by a,b,...,z produces corresponding remainders a',b',...,z'. In other words, write a program, that takes list {{a,a'},{b,b'},...,{z, z'}} and calculates matching x.