Write a program that prints out all the bits of an 8-bit number N.
Input
Given an integer N (0 <= N <= 255).
Output
Print a number N in bit form: 8 bits, high bits on the left, low bits – right.
Examples
| # |
Input |
Output |
| 1 |
5
|
00000101
|
Запрещенные операторы:+;/;%;*