Run ID:74741

提交时间:2024-05-25 19:59:52

month, day = map(int, input().split()) if month>1 or day>=25: print("Mouse") else: print("Pig")