프로그래밍_일반/백준
boj 5598
Spadework
2020. 2. 20. 10:10
* Solved 기준 브론즈2 단순 풀이
for i in input():
print(chr(65+(ord(i)-65+23)%26), end='')