#include #include int main(void){ std::string a; std::cin >> a; std::cout << a << "0" << std::endl; }