#include #include int main(void){ long long y=0; std::cin >> y; std::cout << y*10 << std::endl; }