MIN = 1 MAX = 80 N, M, K = map(int, input().split()) assert MIN <= N <= MAX assert MIN <= M <= MAX assert MIN <= K <= MAX