#include int main() { using namespace std; char t1, t2; cin >> t1 >> t2; cout << '(' << t1 << t2 << t1 << ')' << '/' << endl; }