当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

1216:Time

题目描述

Digital clock use 4 digits to express time, each digit is described by 3*3 characters (including”|”,”_”and” “).now given the current time, please tell us how can it be expressed by the digital clock.

输入解释

There are several test cases.

Each case contains 4 integers in a line, separated by space.

Proceed to the end of file.

输出解释

For each test case, output the time expressed by the digital clock such as Sample Output.

输入样例
1 2 5 6
2 3 4 2
输出样例
    _  _  _ 
  | _||_ |_ 
  ||_  _||_|
 _  _     _ 
 _| _||_| _|
|_  _|  ||_ 
提示
The digits showed by the digital clock are as follows:
   _  _     _  _  _  _  _  _ 
 | _| _||_||_ |_   ||_||_|| |
 ||_  _|  | _||_|  ||_| _||_|

该题目包含在题集 ACM赛制

题目来源 辽宁省赛2010

共提交 27

通过率 62.96%
时间上限 内存上限
1000 MS 128 MB