[BOJ 14337] Helicopter

View as PDF

Submit solution

Points: 1
Time limit: 1.0s
Memory limit: 512M

Problem type
Allowed languages
Assembly, Awk, C, C++, Java, Pascal, Perl, Python, Sed, Text

Write a program that displays the helicopter as seen below.

입력 형식

출력 형식

Displays the helicopter, with no extra blank spaces. In particular, a line must not end with a blank space.

예제 입력

예제 출력

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

Comments

There are no comments at the moment.