#include #include int main() { std::string A; std::cin >> A; std::cout << A << 0 << std::endl; return 0; }