#include int main( void ){ int N; if(!scanf( "%d", &N )) return -1; printf( "%d\n", N*10); return 0; }