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