提交时间:2023-11-24 16:11:01

运行 ID: 32023

m=input() s=len(m) for i in m; if "A"<=i<="Z"; i=chr(155-ord(i)) print(i,end=" ")