#include int main(){ char a, b; std::cin >> a >> b; std::cout << "(" << a << b << a << ")/" << std::endl; }