• + 0 comments

    n = int(input()) if n%2==0 and 220: print("Not Weird") else: print("Weird")