Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
91086 |
陈子墨 |
02简单两数相加 |
Python3 |
Wrong Answer |
35 MS |
3764 KB |
65 |
2024-09-21 11:39:40 |
Tests(0/10):
Code:
a=input().split()
b=a[0]
c=a[1]
b=int(b)
c=int(c)
print(b=c)
Run Info:
------Input------
963 11
------Answer-----
974
------Your output-----