提交时间:2026-03-12 18:57:24
运行 ID: 431771
#include<bits/stdc++.h> using namespace std; int main(){ long long a,b; if(a>b){ cout<<b<<" "<<a; }else{ cout<<a<<" "<<b; } return 0; }