提交时间:2023-11-24 16:10:39

运行 ID: 32019

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