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

PROGRAMMING:"Trump card"

Luz5年前 (2021-05-10)题库438
Xiao Wang likes playing cards. Please write a program to output the cards in Xiao Wang's hand.
####Input sample
```in
```
Note: no input
####Output sample
```out
♣ two ♠ A ♦ K ♥ seven ♣ three
```
Note: the ASCII code of playing card Decor characters is as follows:


< TD align = "center" > Decor
< TD align = "center" > ASCII code














6

3

5

4

---
Tip: in Windows 10 operating system, you need to set the font in the running window to dot matrix font and set the font size to 8x16 to display normally.







answer:If there is no answer, please comment