1339: Easy Task

内存限制:128 MB 时间限制:1 S 标准输入输出
题目类型:传统 评测方式:文本比较 上传者:
提交:3 通过:2

题目描述

The number and character is described by lattice in the early computer. Now, we describe 0123456789 is using following graph: 


We should translate the number inputted to graph.


输入格式

The input file may include many lines, each line contain a positive integer n (0<n<=99999).

输出格式

For each integer, output the corresponding digital graphics. 

输入样例 复制

1234
99999

输出样例 复制

* *** *** * *
*   *   * * *
* *** *** ***
* *     *   *
* *** ***   *
*** *** *** *** ***
* * * * * * * * * *
*** *** *** *** ***
  *   *   *   *   *
*** *** *** *** ***