感谢讨论区 “辣条虾” 朋友的注释和代码,这屎一样的题干(这真不是在模拟甲方吗?)让我自己敲我可能真的忍不了。 while True: try: m, n = map(int, input().split()) x1, y1, x2, y2 = map(int, input().split()) i_m, i_n = int(input()), int(input()) x, y = map(int, input().split()) # 1,数据表行列范围都是[0,9],若满足输出'0',否则输出'-1'...