示例输入输出a=120b=9721+79=100
本人嘎嘎新的一只啥也不会的大学生🥲🧎♀️
收起
a = input() b = input() a1 = a[::-1] b1 = b[::-1] c = int(a1)+ int(b1) print(c)
报告相同问题?