#include int main(){ int I; std::cin >> I; std::cout << (I * 17) << std::endl; return 0; }