#!/usr/bin/env python
import sys

import yaml
import yamlicious

sys.stdout.write(yaml.dump(yamlicious.loads(sys.stdin.read())))
