O=print N,M=map(int,input().split()) if N*M:O("Yes"),O(N*M,M-1) else:O("No")