Coding Test/백준

[Python] 1998년생인 내가 태국에서는 2541년생?!

danii0110 2024. 7. 17. 09:48
# 숫자로 입력 받기
# 서기 연도로 변환, 출력
x = int(input())
print(x-543)