m = [] # 二维数组用来存储 for _ in range(9): m.append(list(map(int, input().split()))) def get_maybe_value(x, y): # 获取当前位置允许的值 all_n = {1, 2, 3, 4,&n...