Run ID:140632
提交时间:2025-12-18 18:42:52
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<max(a,b)<<" "<<min(a,b); }