Question

Write a function to convert number to binary?

Login to Submit

Examples

Input: 2
Output: 10

Input: 15
Output: 1111

Input: 25
Output: 11001