#include int main() { int num; scanf("%d",&num); printf("%d\n",num*10); return 0; }