時間限制: 1 sec
記憶體限制: 64 mb
提交: 8
解決: 6 [
提交][
狀態][
討論版]
hh開始學習c語言了,老師布置了一道作業題,
將乙個字串str的內容顛倒過來,並輸出。str的長度不超過100個字元。
輸入有多行,第一行包括乙個數字t,
接下來t行,每行輸入包括乙個字串。
輸出轉換好的逆序字串。
2i am a studenthpu
tneduts a ma iuph
#include#include#includeusing namespace std;
int main()
printf("\n");
} return 0;
}
字元陣列與字串的逆序
include include include void rever str char str,int len int main 執行結果 型別2 define crt secure no warnings include include include int main printf 請輸入對應的...
實現字串的逆序
第一種遞迴方式實現 例如下邊這個程式,第一次把a取出來,存放在臨時變數中,將f放到a的位置,再將原來f的位置換為 0 再讓針針指向以b為首位址的字串,以此類推,直到指向的下乙個字串的長度不在大於一,遞迴呼叫函式結束,輸出一系列遞迴值。include include include include v...
Problem D 字串的逆序
problem d 字串的逆序 time limit 1 sec memory limit 2 mb submit 8658 solved 5155 submit status web board description 將輸入的乙個字串s逆序輸出。input 輸入為乙個串s。輸入最少為乙個字元,最...