python-algorithm

백준 21964 선린인터넷고등학교 교가

무적김두칠 2021. 11. 30. 14:23

1
2
3
n=int(input())
s=input()
print(s[-5:-1]+s[n-1])
cs
반응형