def extract_arguments(fh):
    A, B, C = map(int, fh.readline().strip().split())
    return A, B, C