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