You are given two integers a and b.
Write a program that finds the product of all double integers from a to b that when multiplied by 3 get an even number
Input:
The first line contains two integers a and b (a<=b, a,b modulo no more than 10)
Output:
The program should print one number the product of all doubled numbers from a to b
Example