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