#include <iostream>
#include <algorithm>
using namespace std;
int a[5]={2,1,4,5,6};
int main()
{
sort(a,a+5);
for(int i=0;i<5;i++){
cout<<a[i]<<endl;
}
return 0;
}
Subscribe to:
Post Comments (Atom)
All rights reserved||Using Deluxe Template By Klodian
No comments:
Post a Comment