原始问题:
题目描述 Description
输入一个整数,将其转换成二进制形式,并以字符串的形式输出。
Input an integer and convert it to binary form, output as a string.
输入描述 Input Description
一个整数 N 。A integer N . (0<N<2^32) (0 < N <2 ^ 32)
输出描述 Output Description
N 的二进制表示,以字符串形式表示。The binary representation of N, expressed as a string.
例子 Example
输入:3 Input: 3
输出:11 Output: 11
Prev:二元富氢化合超导体的研究