x=int(input()) print('Yes' if x==0 else 'No')