Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
93011 李浩源 属相 C++ Wrong Answer 0 MS 268 KB 169 2024-10-07 15:32:28

Tests(0/10):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d; a=25+1; cin>>c>>d; b=c+d; if(b<a){ cout<<"pig"; }else{ cout<<"mouse"; } }


Run Info:

------Input------
5 2
------Answer-----
Mouse
------Your output-----
pig