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