Sequence
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Determine the N
-th term in the sequence: 1, 10, 11, 100, 101, 110, 111, 1000.
Input: A single natural number N (N ≤ 10000).
Output: The N
-th term of the sequence.
Examples
Input #1
Answer #1
Submissions 3K
Acceptance rate 48%