#include using namespace std; int main(int argc, char **argv) { long int N; scanf("%ld",&N); printf("%ld",N*10); return 0; }