PROGRAMMING:Bamboo and stone
Please write a program to output the poem "bamboo and stone" written by Zheng Xie, a poet of Qing Dynasty.
####Input sample
```in
```
Note: no input.
####Output sample
```out
Bamboo and stone
Zheng Xie
I'm determined that castle peak will not relax,
The root is in the broken rock.
A thousand grind and ten thousand strike, but still strong,
East, West, North and south.
```
The actual display effect is as follows:
> ![ Title. JPG] (~ / 32e71d27-d7db-4459-b57b-70806f1c1965. 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
####Input sample
```in
```
Note: no input.
####Output sample
```out
Bamboo and stone
Zheng Xie
I'm determined that castle peak will not relax,
The root is in the broken rock.
A thousand grind and ten thousand strike, but still strong,
East, West, North and south.
```
The actual display effect is as follows:
> ![ Title. JPG] (~ / 32e71d27-d7db-4459-b57b-70806f1c1965. 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