
Problem ## Description
Give you a number on base ten,you should ## Output it on base two.(0 < n < 1000)Input
For each case there is a postive number n on base ten, end of file.
Output
For each case output a number on base two.Sample Input
1
2
3Sample Output
1
10
11
题解
水题,简单的十进制转二进制
代码
|
|




近期评论