알고리즘/알고리즘 문제 풀이
백준 11282 한글, 11283 한글 2
proqk
2020. 10. 16. 14:28
반응형
print(chr(int(input())+44031))
print(ord(input())-44031)
반응형