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