Run ID:90396
提交时间:2024-09-14 18:54:35
#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; if(a>b){ cout<<"小红"<<endl; } else{ cout<<"小明"; } return 0; }