Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
146094 c13 属相 C++ Accepted 0 MS 280 KB 174 2026-01-25 20:56:23

Tests(10/10):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int n,t; cin>>n>>t; if(n>1||t>24)cout<<"Mouse"<<endl; else cout<<"Pig"<<endl; return 0; }