#include using namespace std; int main(){ char T1; cin >> T1; char T2; cin >> T2; cout << "(" << T1 << T2 << T1 << ")/" << endl; }