S = str(input()) print(0 if S == '0' else S + '0')