#include using namespace std; int main() { char t1; char t2; cin >> t1 >> t2; printf("(%c%c%c)/",t1,t2,t1); return 0; }