Run ID:23617
提交时间:2022-03-13 17:22:32
#include<cmath> #include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<min(a,b); }