Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
92614 谭景年 11下一次奥运会 Python3 Wrong Answer 41 MS 3756 KB 82 2024-10-05 19:36:24

Tests(0/10):


Code:

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


Run Info:

------Input------
6045
------Answer-----
3
------Your output-----
1