Fix the XML

The challenge consists in having a valid xml from an incomplete source.

Input


    
        hello
        files
    
    
        xml
        world
    

Output


    
        hello
        files
    
    
        xml
        world