#include int main(void){ char T1; // 目のパーツ char T2; // 口のパーツ scanf("%c %c",&T1,&T2); printf("(%c%c%c)/\n",T1,T2,T1); return 0; }