/* *No.591 2nd */ #include int main(void) { char T1,c,T2; scanf("%c",&T1); scanf("%c",&c); scanf("%c",&T2); printf("(%c%c%c)/",T1,T2,T1); return 0; }