Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
92290 |
余泽越 |
11下一次奥运会 |
Python3 |
Wrong Answer |
36 MS |
3744 KB |
63 |
2024-09-28 19:52:38 |
Tests(0/10):
Code:
a = int(input())
b = 2008
c = b+4
d = b+a
e = c-d
print(e)
Run Info:
------Input------
6045
------Answer-----
3
------Your output-----
-6041