#include int main(void) { __int64_t N; scanf("%d",&N); printf("%d",N*10); }