#include int main(void){ long long int N; scanf("%lld", &N); printf("%lld\n", N * 10); return 0; }