HDU 1890 Splay çø ¼ ä×­

Source: Internet
Author: User

HDU 1890 Splay çø ¼ äת

D-Robotic Sort Time Limit:2000 MS Memory Limit:32768KB 64bit IO Format:% I64d & % I64uSubmit Status Practice HDU 1890 Appoint description: System Crawler)

Description

Somewhere deep in the Czech Technical University buildings, there are manuatories for examining mechanical and electrical properties of various materials. in one of yesterday too many s presentations, you have seen how was one of the manuatories changed into a new multimedia lab. but there are still others, serving to their original purposes.

In this task, you are writing software for a robot that handles samples in such a laboratory. imagine there are material samples lined up on a running belt. the samples have different heights, which may cause troubles to the next processing unit. to eliminate such troubles, we need to sort the samples by their height into the ascending order.

Reordering is done by a mechanical robot arm, which is able to pick up any number of consecutive samples and turn them round, such that their mutual order is reversed. in other words, one robot operation can reverse the order of samples on positions between A and B.

A possible way to sort the samples is to find the position of the smallest one (P1) and reverse the order between positions 1 and P1, which causes the smallest sample to become first. then we find the second one on position P and reverse the order between 2 and P2. Then the third sample is located etc.



The picture shows a simple example of 6 samples. the smallest one is on the 4th pZ lead · lead "http://www.bkjia.com/kf/ware/vc/" target = "_ blank" class = "keylink"> lead + lead = "pst"> Input

The input consists of several scenarios. each scenario is described by two lines. the first line contains one integer number N, the number of samples, 1 Ü u n Ü U 100 000. the second line lists exactly N space-separated positive integers, they specify the heights of individual samples and their initial order.

The last scenario is followed by a line containing zero.

Output

For each scenario, output one line with exactly N integers P1, P1,... PN, separated by a space.
Each Pi must be an integer (1 ¡u Pi ¡u N) giving the position of the I-th sample just before the I-th reversal operation.

Note that if a sample is already on its correct position Pi, you shocould output the number Pi anyway, indicating that the interval ° interval between Pi and Pi between ± (a single sample) shocould be reversed.

Sample Input

 63 4 5 1 6 243 3 2 10 

Sample Output

 4 6 4 5 6 64 2 4 4 

Ó Ã × Ç... n £;;{}}» ö ö½ á¹ ¹ Ì å Ê é ×éa [maxn] £;{first ± £'your key £;second ± £' æ Ú please refer to the following link for more information: ×éöµ µäï  ± {£;° 'your primary key has been Ö ööö %£%%%a [I]. second languílanguçmicroúi'ózäô Ø ~úsplay öð µä± à £;;{%%}' {%« Æ äð ý × ª μ ½ ú£;± È û Ð %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% öð µää» ö~£ ;************************************************************* Ó Ð ò fià 2, (2)» É ¾ ý» ᶠ° óó %) £. *. *? ¬ Ê ±áë £.

Úâ £°

/*************************************************************************    > File Name: Spaly.cpp    > Author: acvcla    > QQ:    > Mail: acvcla@gmail.com    > Created Time: 2014Äê11ÔÂ16ÈÕ ÐÇÆÚÈÕ 00ʱ14·Ö26Ãë ************************************************************************/#include
 
  #include#include
  
   #include
   
    #include
    
     #include
     #include
      
       #include
       
        #include
        
         #include
         
          #include
          
           #include
           
            #include
            
             using namespace std;typedef long long LL;const int maxn = 1e5 + 100;#define rep(i,a,b) for(int i=(a);i<=(b);i++)#define pb push_backint ch[maxn][2],pre[maxn],siz[maxn],rev[maxn];int root,tot;struct node{int first,second;bool operator < (const node &a)const{if(first==a.first)return secondR)return;int mid=(R+L)>>1;newnode(x,fa,mid);built(ch[x][0],L,mid-1,x);built(ch[x][1],mid+1,R,x);push_up(x);}inline void init(int n){pre[0]=siz[0]=0;root=tot=ch[0][0]=ch[0][1]=0;for(int i=1;i<=n;i++){scanf("%d",&A[i].first);A[i].second=i;}sort(A+1,A+1+n);built(root,1,n,0);}int main(int argc, char const *argv[]){int n;while(~scanf("%d",&n)&&n){init(n);rep(i,1,n-1){Splay(A[i].second,0);update_rev(ch[root][0]);printf("%d ",i+siz[ch[root][0]]);remove_root();}printf("%d\n",n);}return 0;}
            
           
          
         
        
       
      
    
   
  
 





Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.