#include<bits/stdc++.h> using namespace std; main(){ int m,d; if(m=1 && d<=24) cout<<"Pig" else cout<<"Mouse" }