Run ID:74396
提交时间:2024-05-25 10:46:10
month, day = map(int, input().split()) if month>1 or day>=25: print("Mouse") else: print("Pig")