题解 | #高精度整数加法#
高精度整数加法
http://www.nowcoder.com/practice/49e772ab08994a96980f9618892e55b6
while True: try: n1 = int(input()) n2 = int(input()) except: break print(n1+n2)
高精度整数加法
http://www.nowcoder.com/practice/49e772ab08994a96980f9618892e55b6
while True: try: n1 = int(input()) n2 = int(input()) except: break print(n1+n2)
相关推荐
秋招投简历提醒助手:个人经验是,一般面二十场左右就会进入侃侃而谈阶段。我今年七月末的时候开始的第一次面试,都是很多不会,回复很慢。后面慢慢迭代,到九月中的时候基本上面啥说啥,很放松的状态