Python下多组数据输出a+b。 123456 try: while True: a, b = map(int, input().split()) print(a + b)except EOFError: pass 回到开头 赞微海报分享
近期评论