A,B=map(int,input().split()) s=input() print(A+" "+B+"/n") print(s)