画01


Submit solution

Points: 100
Time limit: 1.0s
Memory limit: 32M

Problem types
Allowed languages
C, C++, Java, Python

Description

01象征二进制数系,总与代码、编程、计算机这些概念缠在一起,那么好吧,请用程序画出这两个字符图案吧。

Input

无输入。

Output

见样本输出,注意最右边的0与右边的1相差4个空格。

Sample

Input

无。

Output

O0O 11
O0O011
OO0011
O0O011
O001111

Comments

There are no comments at the moment.