n = raw_input() if n == '0': print 0 else: print n + '0'