broj = int(input()) if broj < 0: broj *= -1 print("Apsolutna vrednost unetog broja iznosi:", broj)