Run ID:105166

提交时间:2025-01-12 15:57:19

s=input() if s.islower(): print(s.upper()) else: print(s.lower())