Run ID:68082

提交时间:2024-03-19 08:16:23

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