Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
83605 sh25_huangse 属相 C++ 通过 0 MS 240 KB 165 2026-01-28 20:15:43

Tests(1/1):


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


测评信息: