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