Read multiple numbers in one line a, b, c = map(int, input().split()) # or li = list(map(int, input().split()))