题解 | #高精度整数加法#
高精度整数加法
http://www.nowcoder.com/practice/49e772ab08994a96980f9618892e55b6
while True:
try:
a, b = input(), input()
c, d = int(a), int(b)
s = c+d
print(s)
except:
break
高精度整数加法
http://www.nowcoder.com/practice/49e772ab08994a96980f9618892e55b6
while True:
try:
a, b = input(), input()
c, d = int(a), int(b)
s = c+d
print(s)
except:
break
相关推荐
沉淀小子:干啥都不丢人啊,生存是必须要的,销售很考验一个人综合素质能力的,好的销售人脉和资源可不比写字楼的白领差啊
查看3道真题和解析