| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 80291 | sh25_wangtaojie | 属相 | C++ | Accepted | 0 MS | 248 KB | 156 | 2026-01-04 15:11:47 |
#include <bits/stdc++.h> using namespace std; int main() { int n,x; cin>>n>>x; if(n>1||x>24) cout<<"Mouse"; else cout<<"Pig"; return 0; }