print(*[abs(x) for x in list(map(int, input().split()))])