Problem Description

You get a big decimal integer as string. Convert it to binary.

Input Format

One line: n (decimal, non-negative).

Output Format

One binary string.

Sample Test Case

Input:
10
Output:
1010

Constraints

1

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next