value_input = list(map(int, input().split())) # Splitting the string to array (Space Separated), then converting each element from string to integer.