两个吃奶一个添下面视频_人妻第一页香蕉网_欧美xxxx少妇_妺妺窝人体色www婷婷

Dotcpp  >  編程題庫  >  Time
題目 1369:

Time

時(shí)間限制: 2s 內(nèi)存限制: 192MB 提交: 409 解決: 158

題目描述

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

樣例輸出

    _  _  _ 
  | _||_ |_ 
  ||_  _||_|
 _  _     _ 
 _| _||_| _|
|_  _|  ||_ 

提示

零基礎(chǔ)同學(xué)可以先學(xué)習(xí)視頻課程,包含C/C++、Python、百練、藍(lán)橋杯輔導(dǎo)、算法數(shù)據(jù)結(jié)構(gòu)等課程,提供視頻講解以及配套習(xí)題,還有老師答疑,點(diǎn)擊這里了解課程詳情
標(biāo)簽