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