а) j, i, k = map(int, input().split())
б) k, j, i = map(int, input().split())
в) i, k, j = map(int, input().split())