خرید بک لینک

Vote count: -1

using namespace std;

int main() {

int N[100000]={0};
int t,i,temp;temp=0;
cin>>t;

for(i=0;i<t;i++)
    cin>>N[i];
for(i=0;i<t;i++){
    if(N[i+1]<N[i])
     temp = N[i];
     N[i]=N[i+1];
     N[i+1]=temp;
}

for(i=0;i<t;i++){
    cout<<N[i]<<endl;

}

return 0;

} I am unable to get desired output. This sorting code worked earlier i remember but in here, it is not working.

asked 45 secs ago

برچسب: unable to get local issuer certificate,unable to get write permissions,unable to get metadata,unable to get erection,unable to get printer status,unable to get pregnant,unable to get console path for volume,unable to get root strategy from cloud,unable to get drunk,unable to get valid context for root, نویسنده: استخدام کار تاريخ: شنبه 20 شهريور 1395 ساعت: 10:41

صفحه بندی