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