#!/usr/bin/env perl use strict; use utf8; use warnings; my$t1=<>;my$t2=<>; chomp$t1;chomp$t2; print"($t1$t2$t1)/\n";