#!/usr/bin/env python3 n = int(input()) assert -10**18 <= n <= 10**18 print(10 * n)