提交时间:2025-03-12 19:52:01

运行 ID: 312342

s=int(input()) if 0<=s and s<=4: print(chr(97+s)) else: print(chr(65+s-5))