#include #include using namespace std; int main() { char eye,mouth; cin>>eye>>mouth; printf("(%c%c%c)/\n",eye,mouth,eye); return EXIT_SUCCESS; }