Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91873 徐盛熠 11下一次奥运会 Python3 Wrong Answer 33 MS 3752 KB 88 2024-09-22 20:38:15

Tests(0/10):


Code:

c=input().split() y=c[0] y=int(y) b=y%4 b=int(b) n=4-b n=int(n) s=a+n print(s)


Run Info:

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