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

运行 ID: 32024

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