Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
3322 hxx2008 属相 C++ Accepted 0 MS 240 KB 133 2023-01-01 14:56:00

Tests(1/1):


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


Judgement Protocol: