ارسال شماره 727

← همه ارسال‌ها

n = int(input())

if n >= 0:
    print(n)
else:
    print(-1* n)