a = io.read()
if a == "0" then print(0) else print(a .. "0") end