Chuyển số thập phân sang nhị phân


Submit solution

Points: 1 (partial)
Time limit: 1.0s
Memory limit: 537M

Problem type
Allowed languages
C, C++, Python

Viết chương trình nhập vào một số nguyên n gồm tối đa 10 chữ số (4 bytes). In ra màn hình giá trị nhị phân của số trên.

Input 1
3
Output 1
11
Input 2
6
Output 2
110

Comments

There are no comments at the moment.