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