Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91567 张泽一 11下一次奥运会 Python3 Accepted 44 MS 3748 KB 53 2024-09-22 10:18:45

Tests(10/10):


Code:

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