python-algorithm

[백준] 11282

무적김두칠 2021. 3. 4. 11:30

1
2
n=int(input())
print(chr(n+44031))
cs

'가'의  아스키코드 값이 44032 이고  이걸 이용하면 쉽게 풀수 있습니다.

반응형