Helicopter

Print the given ASCII art helicopter exactly as shown, with no trailing spaces on any line.

Easy1ImplementationStringNo attempts yetTime limit1sMemory limit512 MB

Problem

Write a program that prints the helicopter shown below.

      ===================
          ____||___
\ /      /       []\
 X=======           \__
/ \      \____________|
            ||  ||
         \-----------/

Output

Print the helicopter with no extra spaces. In particular, no line may end with a space.