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

PROGRAMMING:Black and white Gobang

Luz5年前 (2021-05-10)题库448
Please write a program to output the following black and white game.
####Input sample
```in
(none)
```
####Output sample
```out
┏━┯━┯━┓
┃○│ │○┃
┠─┼─┼─┨
┃ │○│●┃
┠─┼─┼─┨
┃●│●│ ┃
┗━┷━┷━┛
```
Note: the outer frame is thick line, the inner is thin line. The blank space in the chessboard is the Western space.
The actual display effect is as follows:
> ![ Chessboard. JPG] (~ / a4be6163-b793-4568-a6df-7a975d832be9. JPG)
---
Tip: 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







answer:If there is no answer, please comment