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