- Take input "num1" and "num2" as the two numbers.
- You are required to print the Greatest Common Divisor (GCD) of two numbers.
- You are also required to print the Lowest Common Multiple (LCM) of the same numbers.
Example 1:
Input: 36 24 Output: 12 72
Constraints:
2 <= n <= 10^9