Problem1629--二进制的数字

1629: 二进制的数字

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 384  Solved: 310
[Status] [Submit] [Creator:]

Description

把0-n范围内的所有数字,都转换成8位二进制后输出,一行一个
0<=n<=255

Sample Input Copy

5

Sample Output Copy

00000000
00000001
00000010
00000011
00000100
00000101

Source/Category

 提高A