import numpy n,h=map(int,input().split()) l=list(map(int,input().split())) x=numpy.prod(l) print("YES" if x%h==0 else "NO")