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