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