#include #include #include #include #include #include using namespace std; #define diff(x,y) ((x > y) ? (x - y) : (y - x)) int main() { string str1, str2; cin >> str1 >> str2; cout << "(" << str1 << str2 << str1 << ")/" << endl; return 0; }