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

PROGRAMMING:Long song line (*)

Luz5年前 (2021-05-10)题库620
Please write a program to output the ancient poem "long song line".
####Input sample
```in
```
Note: no input.
####Output sample
```out
Long song
Yuefu of Han Dynasty
Sunflower in green garden,
The morning dew is waiting for the sun.
Yangchun budze,
All things shine.
I often fear that the autumn festival will come,
The leaves of kunhuanghua are withered.
From the east to the sea,
When will it return to the west?
Young people don't work hard,
The old man is sad!
```
The actual display effect is as follows:
> ![ Title. JPG] (~ / d72bc062-6da2-40dc-b0cb-1d7fabc34d97. 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