#include using namespace std; int main() { char t[2]; cin >> t[0] >> t[1]; cout << "(" << t[0] << t[1] << t[0] << ")/" << endl; return 0; }