當前位置:成語大全網 - 書法字典 - Ascii字典排序js

Ascii字典排序js

# include & ltstdio.h & gt

# include & ltstring.h & gt

夏爾。str 1【100】,?tmp

int?I、j、b、t;

虛空?JsSort();

虛空?主()

{

memset(str 1,0,100);

memset(str 2,0,100);

printf(“拜托?進入?號“。);

for(I = 0;(str 1【I】= getchar())!=‘\ n‘;i++);

str 1【I】=‘\ 0‘;

JsSort();

printf(“% s \ n“,str 1);

系統(“暫停”);

}

虛空?JsSort()

{

b = strlen(str 1);

for(I = 0;我& ltB- 2;i+=2)

for(j = 0;j & ltB- 2-I;j+=2)

如果?(str 1【j】& lt;str 1【j+2】)

{ t = str 1【j】;?str 1【j】= str 1【j+2】;?str 1【j+2】= t;}

}