Problem: Let's write all the positive integer numbers one after another from without any delimiters (i.e. as a single string). It will be the infinite sequence starting with 123456789101112131415161718192021222324252627282930313233343536...
Your task is to print the -th digit of this sequence.
Input Format: The first and only line contains integer () — the position to process (-based index).
Output Format: Print the -th digit of the resulting infinite sequence.