Run ID:42170

提交时间:2022-11-13 10:46:53

#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<min(a,b); return 0; }