Decimal to Binary

View as PDF

Points: 10 (p) Time limit: 2.0s Memory limit: 256M Input: stdin Output: stdout

Viết chương trình đưa ra biểu diễn nhị phân của một số nguyên dương \(n\) cho trước.

Input Specification

Gồm số nguyên dương \(n\) được ghi trên một dòng duy nhất.

Output Specification

In ra kết quả trên một dòng.

Constraints

\(n < 10^{12}\)

Input Sample

204

Output Sample

11001100

Comments

There are no comments at the moment.