Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
92298 |
余泽越 |
11下一次奥运会 |
Python3 |
Wrong Answer |
32 MS |
3732 KB |
45 |
2024-09-28 20:10:30 |
Tests(0/10):
Code:
a = int(input())
b = 2012
c = b-a
print(c)
Run Info:
------Input------
6045
------Answer-----
3
------Your output-----
-4033