Bitset
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Give you a number on base ten, you should output it on base two.
Input
For each case there is not negative number n (n < 1000) on base ten, end of file.
Output
For each case output a number on base two.
Examples
Input #1
Answer #1
Submissions 5K
Acceptance rate 30%