num = int(input("Pls Enter your First Number </>: ")); if num%2==0: if num%3==0: print (num+100) else : print (num) else: print(num+1)