My Second Contest ----------------- After attending more than a week of lectures of the course Introduction to Computer Science I, Janice decides to participate again in York's programming contest. She reads all the problems and decides to tackle this problem. Like last week, she manages to solve this problem too. Can you solve it? Input ----- Your program needs no input. Output ------ Your program should print the following two lines: The string "///" consists of three slashes whereas the string "\\\" consists of three back slashes. Sample input ------------ Not applicable. Sample output ------------- The string "///" consists of three slashes whereas the string "\\\" consists of three back slashes.