#include using namespace std; typedef long long ll; int main() { char eye, mouth; cin >> eye >> mouth; cout << '(' << eye << mouth << eye << ")/" << endl; return 0; }