#include int main() { char x; char y; scanf("%c", &x); scanf("%c", &y); printf("(%c%c%c)/", x, y, x); return (0); }