Run ID:74207
提交时间:2024-05-24 14:22:37
month, day = map(int, input().split()) if month > 1 or day >= 25: print("Mouse") else: print("Pig")