够磨人的 while True: try: m, n = list(map(int, input().split())) a, b, c, d = list(map(int, input().split()))  ...