Run ID:113212

提交时间:2025-03-15 14:22:56

x=input() if 97<=ord(x)<=97+25: print(chr(ord(x) - 32)) else: print(chr(ord(x) + 32))