Python题解
2025-02-19 18:20:39
发布于:北京
7阅读
0回复
0点赞
a,b = map(int,input().split())
if a < 0 or b < 0:
print(" n e g a t i v e ")
else:
print(a+b)
这里空空如也
2025-02-19 18:20:39
发布于:北京
a,b = map(int,input().split())
if a < 0 or b < 0:
print(" n e g a t i v e ")
else:
print(a+b)
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个