![]() |
#2
yuccn2013-03-16 13:27
|
#include
using namespace std;
void main()
{
float x,y,t;
cin>>x>>y;
if(x>y)
t=x;x=y;y=t;
cout<<X<<ENDL;
cout<<Y<<ENDL;
else
for(x<=y;Y++)
cout<<Y<<ENDL;
cout<<X<<ENDL;
}