从键盘输入两个数,求它们的和并输出

A=int(input())
B=int(input())
print(A+B)

posted @ 2025-01-02 20:36  Grit_Doyle  阅读(10)  评论(0)    收藏  举报