# If using more packages feel free to either add them here or after the template. import sys # If you want to change the name of inputs for whatever reason you can do that without any repercussions inputs = input().split(" ") # From here on you complete the task from the problem: # Change value of output to your own answer output = "" print(output)