print(str(sum(map(lambda x:abs(x), map(int, input().split())))))