時間限制: 1 sec 記憶體限制: 32 mb
提交: 22 解決: 6
您該題的狀態:已完成
[提交][狀態][討論版]
將輸入中每個反轉的單詞還原。
輸入包含多組測試樣例。第一行為乙個整數t,代表測試樣例的數量,後面跟著t個測試樣例。
每個測試樣例佔一行,包含多個單詞。一行最多有1000個字元。
對於每乙個測試樣例,你應該輸出轉換後的文字。
2 i evol !anihc
olleh !dlrow
i love china!
hello world!
#include
#include
int main()
if(i==strlen(c)) //全部單詞已經輸出,換行
printf("\n");
else
printf(" ");}}
}return
0;}
1 字串 反轉單詞
如給定 the sky is blue 返回 blue is sky the 多個空格變成乙個空格 python class solution def str self,s if len s 0 return temp i 0 while i len s j i while not s j issp...
01 字串反轉
result s 1 li b c f 4,5,6 a list reversed li print a 輸出 6,5,4,f c b result reduce lambda x,y y x,s 不認識,先記著 def func s 此處使用遞迴,不斷把第乙個字元,通過拼接的方式加到分片字串後面,...
XYNUOJ 1116 字串排序輸出
時間限制 1 sec 記憶體限制 12 mb 提交 93 解決 54 提交 狀態 討論版 輸入3個字串,按有小到大的順序輸出。分三行進行輸入,每行乙個字串。以回車結束每一行的輸入 輸出排序後的三個字串,每個字串佔一行。tianjin beijing chengdu beijing chengdu t...