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