#!/usr/bin/python3 from sys import argv print(argv[1].replace('/', '\/'))