Run ID:92290

提交时间:2024-09-28 19:52:38

a = int(input()) b = 2008 c = b+4 d = b+a e = c-d print(e)