#T572. 进制转换 2

进制转换 2

Description

Given a decimal integer d, convert it to binary and output the result.

Input Format

Input an integer d (0 <= d < 264).

Output Format

Output the binary representation of the integer d.

1
2

1
10

译文

CodesOnline