建立一個索引值i,從0開始到字串長度的一半len/2,再將s[i]與s[len-i-1]做交換。 難度為Easy. 程式碼(C++ 與C#):. #include <iostream> #include <vector> using ...
確定! 回上一頁