Run ID:41651

提交时间:2022-11-04 20:29:16

# include<iostream> using namespace std; int main(){ int a,b,c;cin>>a>>b; c=min(a,b); cout<<c; return 0; }