Decimal to Binary

4

4 votes
Problem

Given a positive number N in decimal. Convert it into its binary form and print it.

Sample input

N = 5

Sample Output 

101

Time Limit: 5
Memory Limit: 256
Source Limit:
Editor Image

?