#include void main(void){ char firstParts = '^'; char secondParts = 'o'; int input = scanf("%c\n%c\n",&firstParts,&secondParts); printf("(%c%c%c)/\n",firstParts,secondParts,firstParts); }