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

PROGRAMMING:number plate

Luz5年前 (2021-05-10)题库461
Print a number plate. The number plate consists of a border and a number. The characters that make up the border are corner characters, horizontal characters and vertical characters.
### input format:
Enter a string of characters (e.g. +-|2008161876) where the first three characters of the string represent the corner, horizontal and vertical characters that make up the border, and the remaining characters are numbers.
### output format:
Prints the number surrounded by the border.
see sample format.
### input sample:
```in
#=$2021
```
### output sample:
```out
#====#
$2021$
#====#
```






answer:If there is no answer, please comment