The numbers 1, 2, ..., 100 are arranged in the squares of an table in the following way: the numbers 1, ... , 10 are in the bottom row in increasing order, numbers 11, ... ,20 are in the next row in increasing order, and so on. One can choose any number and two of its neighbors in two opposite directions (horizontal, vertical, or diagonal). Then either the number is increased by 2 and its neighbors are decreased by 1, or the number is decreased by 2 and its neighbors are increased by 1. After several such operations the table again contains all the numbers 1, 2, ... , 100. Prove that they are in the original order.