import sys from bs4 import BeautifulSoup print(BeautifulSoup(sys.stdin.read(), 'html.parser').prettify())