提交时间:2025-11-26 17:53:07
运行 ID: 38972
#include<bits/stdc++.h> using namespace std; int main(){ int n,m;cin>>n>>m; cout<<min(n,m)<<endl; return 0; }