#include using namespace std; int main(void) { char t1, t2; cin >> t1; cin >> t2; cout << "(" << t1 << t2 << t1 << ")/" << endl; return 0; }