S=input().split(' ') for i in range(9): if(int(S[i])!=i): print(i+1)