將英文字母(不超過5個字母)的位置依照下述方法排列
若有奇數個字母,中間保持不動,兩旁的字母各自反轉
若有偶數個字母,左右方成兩邊各自反轉
input hswo output show
input ehlol output hello
input on output on
Hidden content!** **** * * * * * * ** * * * * *int main(){* * * * * * char arr[10]; ** * * * ** ** * * * * ** * ** ** ** * *** * { * * * * ** * * ** * *** * int i,j;* * * * ** * ****** * * * char temp;