알고리즘/백준
백준 18108번
반딧불이 코딩
2022. 7. 18. 12:12

정답코드
a = int(input())
year = a - 543
print(year)
정답코드
a = int(input())
year = a - 543
print(year)