Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
91872 |
徐盛熠 |
11下一次奥运会 |
Python3 |
Wrong Answer |
36 MS |
3756 KB |
88 |
2024-09-22 20:36:59 |
Tests(0/10):
Code:
c=input().split()
a=c[0]
a=int(a)
b=a%4
b=int(b)
n=4-b
n=int(n)
s=a+n
print(s)
Run Info:
------Input------
6045
------Answer-----
3
------Your output-----
6048