Submit solution
Points:
100.00 (partial)
Time limit:
0.5s
Memory limit:
1G
Input:
stdin
Output:
stdout
Author:
Problem type
Allowed languages
C, C++, GAS64, Pascal, Perl, PHP, Python, Sed, TCL, Text
Hãy đổi nhị phân n số nguyên cho trước. Có dạng như sau
Ví dụ:
Input
10
19 2 79 23 0 -21 11 -49 -11 4
Output
19:10011
2:10
79:1001111
23:10111
11:1011
4:100
6
Comments