Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
92299 余泽越 11下一次奥运会 Python3 Accepted 48 MS 3752 KB 37 2024-09-28 20:14:31

Tests(10/10):


Code:

a = int(input()) b = 4-a%4 print(b)