month,day = input().split() month,day = int(month),int(day) if month<=1 and day<25: print('Pig') else: print('Mouse')