Стрелов Глеб Сергеевич
12.10.2019 18:19 (0:40) [2718804]
In = [int(i) for i in input().split()] res = 0 for i in In: res += abs(i) print(res)