#include int main(){ char str1[1],str2[1]; scanf("%c%c",str1,str2); printf("(%c%c%c)/",str1,str2,str1); }