#include int main() { unsigned long long N; std::cin >> N; std::cout << N * 10 << std::endl; return 0; }