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