Código Python Submissão de amostra de codeforces
v = [int(x) for x in input().split(' ')]
Sanjay Thapa
v = [int(x) for x in input().split(' ')]