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