Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
92615 谭景年 11下一次奥运会 Python3 Accepted 40 MS 3756 KB 92 2024-10-05 19:38:22

Tests(10/10):


Code:

s=input().split() a=int(s[0]) if a%4==0: print(4) else: print(4-a%4)