#include int main() { char I,o; std::cin >> I; std::cin >> o; std::cout << "(" << I << o << I << ")" << "/" << std::endl; return 0; }