#include using namespace std; int main(){ int N; scanf("%d", &N); N*=10; printf("%d", N); return 0; }