n, k, m = map(int, input().split()) assert 1 <= n <= 10**18 assert 1 <= k <= 10**18 assert 1 <= m <= 10**18