Run ID:95737
提交时间:2024-11-02 10:29:46
int main(){ int s,b; cin>>s; cin>>b; if(s<b){ cout<<s<<"<"<<b<<endl; } if (b<s){ cout<<b<<"<"<<s<<endl; } return 0; }