1316: 【Python】(String)输出 \

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:70 Solved:34

Description

符号"\"常常作为转义符来使用,如输出引号 \'  \", 输出制表符\t,输出换行符 \n。
但有时字符串本身也含有 \t 和 \n这样的字符。
【题目描述】
多多最近碰到一个问题,他有一个文件路径无法正常输出,请你帮她输出以下的文字。
c:\news\tea.txt


Input

Output

输出如题要求文本。

Sample Input Copy


Sample Output Copy

c:\news\tea.txt

HINT

1

Source/Category