# No.552 十分簡単な星1の問題 n = input() print(n + '0' if n != 0 else n)