为孩子注入编程算法基因
Toggle navigation
Home
AIAssistant
Problems
Status
Rating
Group
Barrier
Contests
Wiki
Login
Home
Status
49500
Run ID
Author
Problem
Lang
Verdict
Time
Memory
Code Length
Submit Time
49500
wangyongxi
[在线测评解答教程] A+B Problem
Python3
Accepted
31 MS
3672 KB
58
2024-07-13 20:22:38
Tests(11/11):
a, b = input().split() a = int(a) b = int(b) print(a+b)
Judgement Protocol: