#include using namespace std; int main() { string T, S; cin >> T >> S; cout << "(" << T << S << T << ")/" << endl; }