Problem Description
A = 6 B = 4
Input 2:
A = 1 B = 11
12
Output 2:
11
12 is the smallest integer which is divisible by 4 and 6 both.
Explanation 2:
11 is the smallest integer which is divisible by 1 and 11 both.
NOTE: You only need to implement the given function. Do not read input, instead use the arguments to the function. Do not print the output, instead return values as specified. Still have a question? Checkout Sample Codes for more details.