Олимпиадный тренинг

Задача 7130. From a to b. Task 7


Задача

Темы: Цикл for
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

Enter

Output

1 5 32