#include using namespace std; int main() { char T1, T2; cin >> T1 >> T2; printf("(%c%c%c)/",T1,T2,T1); }