Run ID:134005

提交时间:2025-10-25 14:08:28

#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; if(a>b||b>a){ cout<<"小红"<<endl; } else{ cout<<"小明"<<endl; } return 0; }