使用
string input="";
for(auto c:input) //讀取input中的每個字元 (-std=c++11)
再輸出char(c+k的值)
※'*'的ASCII值是42
'1'的ASCII值是49