Task Description
判斷輸入字元(輸入測資格式:[空格]+字元)
如果不是英文字母,輸出”not English.”
如果是英文字母,以大寫字母的形式輸出字母表中它前面的字元和後面的字元
如果輸入的字元為‘a’或‘A’,輸出“the first.”
如果是‘z’或‘Z’輸出“the last.”
Sample Input
1
A
Sample Output
1 the first.
Sample Input
1
b
Sample Output
1 AC