-->
当前位置:首页 > 题库

PROGRAMMING:Climb the stork tower

Luz5年前 (2021-05-10)题库454
Please write a program to output Tang Dynasty poet Wang Zhihuan's poem "climbing the stork tower".
####Input sample
```in
```
Note: no input.
####Output sample
```out
Climb the stork tower
wang zhihuan
The day is at the end of the mountain,
The Yellow River flows into the sea.
I want to be poor,
Go one step further.
```
The actual display effect is as follows:
> ![ Title. JPG] (~ / 90565385-56b4-442f-8742-108f22e39061. JPG)
Note: if you are using Windows 7 / 8 / 10 operating system, you need to set the running window
-Right click on the window title bar and select "properties"
-Switch to the options card and select use legacy console
-Switch to "font" card, select "dot matrix font" for font and "8" for size × 16”
-Click the "OK" button.
---
Tips:
-There is a blank line between the title, the author and the poem;
-One Chinese character takes up two spaces;
-The blanks in the poems are half width spaces;
-Punctuation marks in poems are all full angle marks;
-There is no extra white space at the end of each line.







answer:If there is no answer, please comment