#include int main(){ char eye,mouth; scanf("%c\n%c\n",&eye,&mouth); printf("(%c%c%c)/\n",eye,mouth,eye); return 0; }