标签:趣味 cin cout highlight namespace div else 小学 return
#include<iostream>
using namespace std;
int main()
{
int a,b,t;
cout<<"a,b=";
cin>>a>>b;
if(a<=b)
cout<<a<<" "<<b<<endl;
else
cout<<b<<" "<<a<<endl;
return 0;
}
标签:趣味 cin cout highlight namespace div else 小学 return
原文地址:https://www.cnblogs.com/kixiaoyuan/p/12694971.html