Row of numbers
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
All integers starting with are written in one line . Your task is to print the -th digit of this string (digits are numbered starting with ).
Input
One integer — the position of the digit you need to print.
Output
Print the -th digit of the line.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 553
Acceptance rate 35%