#include int main(void){ char str1,str2; scanf("%c%c",&str1,&str2); printf("(%c%c%c)/",str1,str2,str1); }