#include #include int main(void){ std::string eye,mouth; std::cin >> eye; std::cin >> mouth; std::cout << "(" << eye+mouth+eye << ")/"<< std::endl; return 0; }