print(__import__('functools').reduce(lambda x, y: abs(int(x)) + abs(int(y)), input().split()))