#1816. 十进制到二进制的转换

十进制到二进制的转换

Description

把十进制整数n到二进制的转换。(n为int范围)

Input Format

234

Output Format

11101010
234
11101010

Source

三学阶