Problem Statement
This problem is worth 2 tokens.
Input Format
Your first and only line of input will contain one positive integer.
Sample Cases
Input 1
10283
Output 1
101
Input 2
16384
Output 2
128
Input 3
56168
Output 3
236
This problem is worth 2 tokens.
Your first and only line of input will contain one positive integer.
10283
101
16384
128
56168
236
Comments