class Solution:
def subtractProductAndSum(self, n: int) -> int:
def get_product_of_an_integer(n):
mul = 1
whil
class Solution:
def subtractProductAndSum(self, n: int) -> int:
def get_product_of_an_integer(n):
mul = 1
whil