#include int main(void) { char eye[2], mouth[2]; scanf("%s", eye); scanf("%s", mouth); printf("(%c%c%c)/\n", eye[0], mouth[0], eye[0]); return 0; }