1 条题解

  • 1
    @ 2025-1-20 11:20:22
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	int a,b;
    	cin>>a>>b;
    	if(a==1)
    	{
    		if(b<25) cout<<"Pig";
    		else cout<<"Mouse";
    	}
    	else cout<<"Mouse"; 
    	return 0;
    }
    
    • 1

    信息

    ID
    16
    时间
    1000ms
    内存
    64MiB
    难度
    9
    标签
    递交数
    7
    已通过
    7
    上传者