Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
64378 | jdf_zhanpengbo | 属相 | C++ | Accepted | 0 MS | 236 KB | 133 | 2025-04-21 18:50:07 |
#include<bits/stdc++.h> using namespace std; main(){ int m,d; if(m=1 && d<=24) cout<<"Pig"; else cout<<"Mouse"; }