1樓:小聖
不知道你所謂的字典順序是什麼意思? 我這個是把所有字串組一塊,倒序列印
輸入n個字串,用任意演算法對其進行排序並按從小到大順序輸出
2樓:聽不清啊
#include
#include
int main ()
printf("*****=\n");
for(i=0;iputs(s[i]);
return 0;
}偽**:
1。輸入n
2。輸入n個字串到s陣列
內3。i=0
4。掃描第
容i個以後的所有字串,找到最小字串的序號5。將第i個字串與找到的最小字串交換,然後i加1。
6。如i7。輸出n個字串。
編寫程式,從鍵盤輸入n個字串,將字串按從小到大的順序排列並輸出。
3樓:匿名使用者
單個字串是隻包含字母,還是既包含數字也包含字母?
這裡的順序是字典數序吧?
4樓:匿名使用者
字元還是字串,如果是字元-按ascii碼排?,如果是字串,按字元的多少排?
5樓:匿名使用者
要什麼語言的
彙編?c語言?
c++?
6樓:匿名使用者
要問什麼啊。。清楚點嘛
用c 編寫程式單位換算編寫程式,將英寸換算為釐米。輸入英寸,輸出釐米。換算關係 1inch 2 54cm
include using namespace std int main double inch,cm cin inch cin cm cm是計算的 不是輸入的 inch 1 用輸入的英寸 cm inch 2.54 cout c語言和c 語言的全稱是什麼?c語言全稱 the c programmin...
用c語言編寫程式判斷輸入的正數是否為迴文數
include stdio.h include conio.h int main void while m 0 k for i 0 izhi是否為迴文數 if digit i digit k break 不相等dao 則不是內迴文數,容推出迴圈 if i else printf ld is a hu...
編寫程式,輸入計算並輸入下列分段函式f x 的值(保留3位小數)
include double f double x int main 編寫程式,從鍵盤輸入x的值,計算並輸出分段函式y的值y 1 x 0 include int main include int sign int x int main int sign int x include using nam...