ĐỔI NHỊ PHÂN
Submit solution
Points:
10.00 (partial)
Time limit:
1.0s
Memory limit:
256M
Input:
stdin
Output:
stdout
Problem source:
Problem types
Allowed languages
C, C++, Java, Pascal, Python, Scratch, TEXT
Viết chương trình nhập vào số nguyên dương n.
Yêu cầu:
In ra biểu diễn nhị phân của n
Dữ liệu:
Số nguyên dương ~n≤10^{18}~
Kết quả:
Biểu diễn nhị phân của n
Sample Input
11
Sample Output
1011
Comments