Run ID:84290

提交时间:2024-07-15 14:58:04

a,b=map(int,input().split()) if a==1 and 1<=b<=24: print("Pig") else: print("Mouse")