Run ID:4076

提交时间:2024-07-28 14:04:55

#include <iostream> using namespace std; int main(){ int a,b; cin>>a>>b; if(a<b) cout<<a; else cout<<b; }